Skip to content

Commit

Permalink
Require Python 3.8 (as we're using positional only parameters in vari…
Browse files Browse the repository at this point in the history
…ous spots).
  • Loading branch information
doerwalter committed Nov 10, 2021
1 parent 2853684 commit 2ea95aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
"scripts/orafind.py",
"scripts/oracycles.py",
],
python_requires=">=3.8",
install_requires=[
"cssutils == 2.3.0",
],
Expand Down

0 comments on commit 2ea95aa

Please sign in to comment.