Skip to content

Commit

Permalink
Drop support for python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored Jun 8, 2024
1 parent a306ea5 commit cfc03ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers =
include_package_data = true
packages =
tictactoe
python_requires = >=3.6
python_requires = >=3.7
install_requires =
numpy>=1.20

Expand Down

0 comments on commit cfc03ca

Please sign in to comment.