Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Correct python version support metadata (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored Jun 29, 2022
1 parent 0ae31c8 commit e380b02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _expand_reqs(extras: dict, keys: list) -> list:
},
zip_safe=False,
keywords=["deep learning", "pytorch", "AI"],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=base_req,
project_urls={
"Bug Tracker": "https://github.com/PyTorchLightning/lightning-flash/issues",
Expand All @@ -123,10 +123,8 @@ def _expand_reqs(extras: dict, keys: list) -> list:
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
)

0 comments on commit e380b02

Please sign in to comment.