We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe42ae5 commit 2c5d437Copy full SHA for 2c5d437
.github/workflows/config.yml
@@ -14,7 +14,7 @@ jobs:
14
max-parallel: 4
15
matrix:
16
os: [ubuntu-latest, windows-latest]
17
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.9", "3.10", "3.11"]
18
19
steps:
20
- uses: actions/checkout@v1
setup.py
@@ -29,9 +29,9 @@
29
include_package_data=True,
30
package_data={"": ["axelrod/data/*"]},
31
classifiers=[
32
- "Programming Language :: Python :: 3.8",
33
"Programming Language :: Python :: 3.9",
34
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
35
"Programming Language :: Python :: 3 :: Only",
36
],
37
python_requires=">=3.6",
0 commit comments