diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b49e7f2..4eb31b08 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,8 +34,6 @@ jobs: - windows-latest - macos-latest python-version: - - "3.7" - - "3.8" - "3.9" - "3.10" - "3.11" @@ -56,7 +54,7 @@ jobs: with: build-requirements: "cython numpy" pip-wheel-args: "-w ./dist --no-deps" - python-versions: "cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311" + python-versions: "cp39-cp39 cp310-cp310 cp311-cp311" - name: "Remove non-compatible packages" run: "sudo rm dist/*linux_x86_64.whl\n" - uses: actions/upload-artifact@v4 diff --git a/setup.py b/setup.py index 7c76bf0d..91ff72e9 100644 --- a/setup.py +++ b/setup.py @@ -49,11 +49,10 @@ 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - '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', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Scientific/Engineering :: Mathematics'