Skip to content

Commit

Permalink
Set required python version to >= 3.8 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbirtwell authored Nov 8, 2024
1 parent 3948053 commit b1988ab
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 @@ -5,7 +5,7 @@ description = "Julia version manager and package manager"
authors = [{ name = "Christopher Doris" }]
dependencies = ["semver~=3.0"]
readme = "README.md"
requires-python = "~=3.8"
requires-python = ">=3.8"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b1988ab

Please sign in to comment.