Skip to content

Commit

Permalink
Require a higher python version in python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Mar 4, 2024
1 parent ae51d3b commit 71f621b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"GNU Affero General Public License v3 or later (AGPLv3+)",
"Framework :: Pytest",
],
# Because we cannot test anymore on Python 3.6.
python_requires=">=3.7",
# Because we cannot test anymore on Python 3.8.
python_requires=">=3.8",
install_requires=[
"pytest>=7.0.0", # To use pathlib Path's in pytest
"pyyaml",
Expand Down

0 comments on commit 71f621b

Please sign in to comment.