Skip to content

Commit

Permalink
Don't use alpha versions in version specifier
Browse files Browse the repository at this point in the history
It could potentially break package management tools such as `pdm`.
  • Loading branch information
sasanjac committed Apr 4, 2022
1 parent 4518d4c commit ad997fa
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 @@ -10,7 +10,7 @@ readme = "README.md"
license = { file = "LICENSE" }
classifiers = []
dependencies = [
"tomli; python_version < '3.11.0a7'",
"tomli; python_version < '3.11'",
"flake8"
]

Expand Down

0 comments on commit ad997fa

Please sign in to comment.