diff --git a/.github/workflows/general-ci.yml b/.github/workflows/general-ci.yml index c52380d6ff..138726ef1d 100644 --- a/.github/workflows/general-ci.yml +++ b/.github/workflows/general-ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7,'3.10'] + python-version: [3.7,'3.11'] simplify: [0,1,autoopt] steps: diff --git a/setup.py b/setup.py index 12562c2a85..10bce83184 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", ], - python_requires='>=3.6, <3.11', + python_requires='>=3.6, <3.12', packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), package_data={ '': [