Skip to content

Commit

Permalink
Merge pull request #9296 from rtibbles/pin_python_version
Browse files Browse the repository at this point in the history
Fix Python requires to prevent install on incompatible Python versions.
  • Loading branch information
rtibbles committed Apr 15, 2022
2 parents 19fff9a + 69bd962 commit ff9909b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -107,4 +107,5 @@ def run(self):
"Programming Language :: Python :: Implementation :: PyPy",
],
cmdclass={"install_scripts": gen_windows_batch_files},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.10",
)

0 comments on commit ff9909b

Please sign in to comment.