Skip to content

Commit

Permalink
ensure support is only for built versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Aug 23, 2024
1 parent 6a5cc73 commit fa859de
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 @@ -68,7 +68,7 @@ def has_ext_modules(foo):

include_package_data=True,

python_requires=">=3.8",
python_requires=">=3.8,<3.13",
install_requires=install_reqs,
extras_require=extras_req,
distclass=BinaryDistribution
Expand Down

0 comments on commit fa859de

Please sign in to comment.