Skip to content

Commit

Permalink
setup: min py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 22, 2024
1 parent 45b50bd commit 8ae6ba2
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 @@ -62,7 +62,7 @@ def _load_long_description(homepage: str, version: str) -> str:
include_package_data=True,
zip_safe=False,
keywords=["deep learning", "pytorch", "AI"],
python_requires=">=3.6",
python_requires=">=3.8",
setup_requires=[],
install_requires=_load_requirements(_PATH_ROOT),
project_urls={
Expand Down

0 comments on commit 8ae6ba2

Please sign in to comment.