Skip to content

Commit cfc03ca

Browse files
Drop support for python 3.6
1 parent a306ea5 commit cfc03ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers =
2222
include_package_data = true
2323
packages =
2424
tictactoe
25-
python_requires = >=3.6
25+
python_requires = >=3.7
2626
install_requires =
2727
numpy>=1.20
2828

0 commit comments

Comments
 (0)