Skip to content

Commit

Permalink
tomli: Don't worry about specific alpha releases
Browse files Browse the repository at this point in the history
This prevents bugs due to pypa/packaging#522.

Fixes #3447.
  • Loading branch information
JelleZijlstra committed Dec 17, 2022
1 parent 159984a commit 49a5f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -67,7 +67,7 @@ dependencies = [
"mypy_extensions>=0.4.3",
"pathspec>=0.9.0",
"platformdirs>=2",
"tomli>=1.1.0; python_full_version < '3.11.0a7'",
"tomli>=1.1.0; python_version < '3.11'",
"typed-ast>=1.4.2; python_version < '3.8' and implementation_name == 'cpython'",
"typing_extensions>=3.10.0.0; python_version < '3.10'",
]
Expand Down

0 comments on commit 49a5f33

Please sign in to comment.