Skip to content

Commit

Permalink
Update setup.py to Python 12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper authored Oct 17, 2023
1 parent 3ec3952 commit d93f4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
include_package_data=True,
package_data={"": ["axelrod/data/*"]},
classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
],
python_requires=">=3.6",
Expand Down

0 comments on commit d93f4c0

Please sign in to comment.