diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0e89b68..223230d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,7 +57,7 @@ jobs: fetch-depth: "0" - name: Build wheels - uses: pypa/cibuildwheel@v2.3.1 + uses: pypa/cibuildwheel@v2.16.2 env: # TODO: Remove this option adn build wheels for musllinux. # Currently CLAPACK fails to build for musllinux due to lack of diff --git a/setup.py b/setup.py index 00f5153..712d4ca 100644 --- a/setup.py +++ b/setup.py @@ -57,11 +57,11 @@ classifiers=[ 'Development Status :: 4 - Beta', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.6', - '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', + 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: Apache Software License', 'Topic :: Software Development :: Libraries :: Python Modules', ],