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 d70b614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
- name: Run Python tests
run: |
python3 -m pip install --upgrade pip
python3 setup.py install
python3 -m pip install -e .[test]
pytest
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 d70b614

Please sign in to comment.