Skip to content

Commit c75d536

Browse files
committed
Extend python versions to 3.11
1 parent 6c11700 commit c75d536

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
23+
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
2424

2525
steps:
2626
- uses: actions/checkout@master

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ def find_version(*filepath):
4242
"Programming Language :: Python :: 3.6",
4343
"Programming Language :: Python :: 3.7",
4444
"Programming Language :: Python :: 3.8",
45+
"Programming Language :: Python :: 3.9",
46+
"Programming Language :: Python :: 3.10",
47+
"Programming Language :: Python :: 3.11",
4548
"License :: OSI Approved :: MIT License",
4649
"Operating System :: OS Independent",
4750
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)