From 87c2cf7c5170efceee5eceea4be047d2a545d400 Mon Sep 17 00:00:00 2001 From: Tal Ben-Nun Date: Sun, 11 Jun 2023 08:29:55 -0700 Subject: [PATCH] Add support for Python 3.11 --- .github/workflows/general-ci.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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={ '': [