We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655b12e commit f1dcd81Copy full SHA for f1dcd81
setup.py
@@ -78,7 +78,6 @@ def get_version():
78
raise Exception("could not find version string")
79
80
81
-# TODO check for Python 3.8.
82
setuptools.setup(
83
name="oxidized_importer",
84
version=get_version(),
@@ -87,6 +86,7 @@ def get_version():
87
86
url="https://github.com/indygreg/PyOxidizer",
88
description="Python importer implemented in Rust",
89
license="MPL 2.0",
+ python_requires=">=3.8",
90
classifiers=["Intended Audience :: Developers", "Programming Language :: Rust",],
91
ext_modules=[RustExtension("oxidized_importer")],
92
cmdclass={"build_ext": RustBuildExt},
0 commit comments