Skip to content

Commit e23bebc

Browse files
asaven-gtaeflores
authored andcommitted
allow python 3.8.0
1 parent 7852b5d commit e23bebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
version=__version__,
4444
description="An implementation of retypd in Python3",
4545
author="GrammaTech, Inc.",
46-
python_requires=">3.8.0",
46+
python_requires=">=3.8.0",
4747
package_dir={__packagename__: "src"},
4848
packages=[__packagename__],
4949
install_requires=install_requires,

0 commit comments

Comments
 (0)