Skip to content

Commit

Permalink
Downgrade minimum Python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mharvilla committed Jan 31, 2024
1 parent a5f8cbe commit c89f987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "A command-line utility for managing VALDI cloud resources"
authors = [{name = "VALDI", email="[email protected]"}]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
keywords = ["valdi", "gpu", "cloud", "cli", "storage", "volumes"]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit c89f987

Please sign in to comment.