Skip to content

Commit 2c5d437

Browse files
authored
Bump Python version up to 3.11 (#1404)
* Change workflow to test Python 3.11 instead of 3.8 * Update setup.py to use Python 3.11
1 parent fe42ae5 commit 2c5d437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 4
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
python-version: ["3.8", "3.9", "3.10"]
17+
python-version: ["3.9", "3.10", "3.11"]
1818

1919
steps:
2020
- uses: actions/checkout@v1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
include_package_data=True,
3030
package_data={"": ["axelrod/data/*"]},
3131
classifiers=[
32-
"Programming Language :: Python :: 3.8",
3332
"Programming Language :: Python :: 3.9",
3433
"Programming Language :: Python :: 3.10",
34+
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3 :: Only",
3636
],
3737
python_requires=">=3.6",

0 commit comments

Comments
 (0)