Skip to content

Commit

Permalink
allow 3.12 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi committed Jul 20, 2024
1 parent 1bd6145 commit c0489d1
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 @@ -113,7 +113,7 @@ def _load_readme_description(path_dir: str, homepage: str, version: str) -> str:
include_package_data=True,
zip_safe=False,
keywords=["deep learning", "AI"],
python_requires=">=3.10, <3.12",
python_requires=">=3.10, <3.13",
setup_requires=["wheel"],
install_requires=_load_requirements(_PATH_REQUIRES, file_name="base.txt"),
extras_require=_prepare_extras(),
Expand Down

0 comments on commit c0489d1

Please sign in to comment.