Skip to content

Commit

Permalink
Use old setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Troiber committed Oct 12, 2023
1 parent b9e424f commit 8b4ac7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [cp38*, cp39*, cp310*, cp311*]
python-version: [cp38*, cp39*, cp310*, cp311*, cp312*]
platform:
- os: ubuntu-latest
arch: x86_64
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -77,7 +77,7 @@ def parse_reqs():
version=get_version(),
packages=["sc_leflib"],

python_requires=">=3.6",
python_requires=">=3.8",
install_requires=install_reqs,
extras_require=extras_req,
**skbuild_args
Expand Down

0 comments on commit 8b4ac7e

Please sign in to comment.