Skip to content

Commit 8e1e550

Browse files
David HartmannJackUrb
David Hartmann
authored andcommitted
setup.py: pin python version to >=3.8
1 parent 75722a2 commit 8e1e550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def get_dist(pkgname):
6161
long_description_content_type="text/markdown",
6262
long_description=readme,
6363
license='Apache-2.0',
64+
python_requires='>=3.8',
6465

6566
# Package info
6667
packages=find_packages(where="py"),

0 commit comments

Comments
 (0)