Skip to content

Commit 82c3a34

Browse files
authored
Explictly mark supported Python versions
1 parent 945825d commit 82c3a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
252252
ext_modules=[CMakeExtension("python_bindings_jupedsim")],
253253
cmdclass={"build_ext": CMakeBuild},
254254
zip_safe=False,
255-
python_requires=">=3.10",
255+
python_requires=">=3.10,<3.12",
256256
packages=[
257257
"jupedsim",
258258
"jupedsim.internal",

0 commit comments

Comments
 (0)