diff --git a/.github/workflows/release_wheels.yml b/.github/workflows/release_wheels.yml index d6161a47..11545eeb 100644 --- a/.github/workflows/release_wheels.yml +++ b/.github/workflows/release_wheels.yml @@ -15,16 +15,16 @@ jobs: - os: macos-12 # x86_64 name: mac cibw: - build: "cp37* cp38* cp39* cp310* cp311*" + build: "cp37* cp38* cp39* cp310* cp311* cp312*" - os: macos-13-large # Apple Silicon name: mac_arm64 cibw: - build: "cp37* cp38* cp39* cp310* cp311*" + build: "cp37* cp38* cp39* cp310* cp311* cp312*" - os: ubuntu-20.04 name: manylinux2014 cibw: arch: x86_64 - build: "cp37* cp38* cp39* cp310* cp311*" + build: "cp37* cp38* cp39* cp310* cp311* cp312*" manylinux_image: manylinux2014 - os: windows-2019 name: win_amd64 diff --git a/.github/workflows/testing_wheels.yml b/.github/workflows/testing_wheels.yml index f30921af..263a2669 100644 --- a/.github/workflows/testing_wheels.yml +++ b/.github/workflows/testing_wheels.yml @@ -20,16 +20,16 @@ jobs: - os: macos-12 # x86_64 name: mac cibw: - build: "cp37* cp38* cp39* cp310* cp311*" + build: "cp37* cp38* cp39* cp310* cp311* cp312*" - os: macos-13-large # Apple Silicon name: mac_arm64 cibw: - build: "cp37* cp38* cp39* cp310* cp311*" + build: "cp37* cp38* cp39* cp310* cp311* cp312*" - os: ubuntu-20.04 name: manylinux2014 cibw: arch: x86_64 - build: "cp37* cp38* cp39* cp310* cp311*" + build: "cp37* cp38* cp39* cp310* cp311* cp312*" manylinux_image: manylinux2014 - os: windows-2019 name: win_amd64 diff --git a/setup.py b/setup.py index ab3b7a79..0ccdb084 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ def build_extension(self, ext): url="https://github.com/quantumlib/qsim", author="Vamsi Krishna Devabathini", author_email="devabathini92@gmail.com", - python_requires=">=3.7.0,<3.12.0", + python_requires=">=3.7.0", install_requires=requirements, setup_requires=["packaging"], extras_require={