Skip to content

Commit

Permalink
setup.py: pin python version to >=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hartmann authored and JackUrb committed Mar 20, 2023
1 parent 75722a2 commit 8e1e550
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 @@ -61,6 +61,7 @@ def get_dist(pkgname):
long_description_content_type="text/markdown",
long_description=readme,
license='Apache-2.0',
python_requires='>=3.8',

# Package info
packages=find_packages(where="py"),
Expand Down

0 comments on commit 8e1e550

Please sign in to comment.