diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index d904f41f14..ae863c2bdb 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -66,14 +66,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10", "3.11"] install: [repo] include: - - python-version: "3.10" + - python-version: "3.11" install: sdist - - python-version: "3.10" + - python-version: "3.11" install: wheel - - python-version: "3.10" + - python-version: "3.11" install: editable env: diff --git a/setup.cfg b/setup.cfg index a1480bc477..66a9407bb0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,10 +11,10 @@ classifiers = Intended Audience :: Science/Research Topic :: Scientific/Engineering :: Image Recognition License :: OSI Approved :: BSD License - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [options] python_requires = >=3.8