Skip to content

Commit

Permalink
Explictly mark supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert committed Nov 13, 2023
1 parent 659f8fc commit 0adf900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
ext_modules=[CMakeExtension("python_bindings_jupedsim")],
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
python_requires=">=3.10",
python_requires=">=3.10,<3.12",
packages=[
"jupedsim",
"jupedsim.internal",
Expand Down

0 comments on commit 0adf900

Please sign in to comment.