Skip to content

Commit 0c15769

Browse files
authored
Merge pull request #58 from 23pointsNorth/patch-1
Update target python versions
2 parents c79710b + c75d536 commit 0c15769

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
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
24+
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
2525

2626
steps:
2727
- 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)