Skip to content

Commit 1f4683a

Browse files
authored
Merge pull request #347 from DimitriPapadopoulos/3.11
MNT: Python 3.11 should be supported
2 parents 0f78fa2 + 42526c2 commit 1f4683a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
runs-on: ubuntu-latest
6767
strategy:
6868
matrix:
69-
python-version: [3.8, 3.9, "3.10"]
69+
python-version: [3.8, 3.9, "3.10", "3.11"]
7070
install: [repo]
7171
include:
72-
- python-version: "3.10"
72+
- python-version: "3.11"
7373
install: sdist
74-
- python-version: "3.10"
74+
- python-version: "3.11"
7575
install: wheel
76-
- python-version: "3.10"
76+
- python-version: "3.11"
7777
install: editable
7878

7979
env:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ classifiers =
1111
Intended Audience :: Science/Research
1212
Topic :: Scientific/Engineering :: Image Recognition
1313
License :: OSI Approved :: BSD License
14-
Programming Language :: Python :: 3.7
1514
Programming Language :: Python :: 3.8
1615
Programming Language :: Python :: 3.9
1716
Programming Language :: Python :: 3.10
17+
Programming Language :: Python :: 3.11
1818

1919
[options]
2020
python_requires = >=3.8

0 commit comments

Comments
 (0)