Skip to content

Commit

Permalink
Chore: add minimum python version required to setup.py (#2170)
Browse files Browse the repository at this point in the history
* Chore: add minimum python version required to setup.py

* Formatting
  • Loading branch information
georgesittas authored Sep 6, 2023
1 parent d9f8910 commit 5fbe303
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 @@ -17,6 +17,7 @@
"local_scheme": "no-local-version",
},
setup_requires=["setuptools_scm"],
python_requires=">=3.7",
extras_require={
"dev": [
"autoflake",
Expand Down

0 comments on commit 5fbe303

Please sign in to comment.