Skip to content

Commit 3749a87

Browse files
Specify python requirement
1 parent 2637e6b commit 3749a87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def build_extension(self, ext):
8383
long_description_content_type="text/markdown",
8484
url="https://github.com/HaarigerHarald/geant4_pybind",
8585
license="Public Domain",
86+
python_requires='>=3.5, <4',
8687
ext_modules=[CMakeExtension("geant4_pybind")],
8788
cmdclass={"build_ext": CMakeBuild},
8889
zip_safe=False

0 commit comments

Comments
 (0)