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 98b9424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -38,4 +38,4 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -e .[test]
pytest
python3 -m pytest
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 98b9424

Please sign in to comment.