Skip to content

Commit

Permalink
Define the python_requires explicitly to 3.12 only #216
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Dec 19, 2024
1 parent 5bf991b commit 79699bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ license_files =
NOTICE

[options]
python_requires = >=3.12
python_requires = >=3.12, <3.13
packages=find:
include_package_data = true
zip_safe = false
Expand Down

0 comments on commit 79699bc

Please sign in to comment.