Skip to content

Commit

Permalink
Merge pull request #532 from DagsHub/chore/drop-37
Browse files Browse the repository at this point in the history
Drop Python 3.7 support
  • Loading branch information
kbolashev authored Sep 29, 2024
2 parents 4ac1e4d + 72d7219 commit a7c838e
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 @@ -69,6 +69,6 @@ def get_version(rel_path: str) -> str:
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.7",
python_requires=">=3.8",
entry_points={"console_scripts": ["dagshub = dagshub.common.cli:cli"]},
)

0 comments on commit a7c838e

Please sign in to comment.