Skip to content

Commit

Permalink
Bump typing-extensions version for 3.9 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 7, 2024
1 parent 31e7173 commit 372cf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dev = [
"setuptools-scm == 8.1.0",
"tox == 4.21.2",
# typing-extensions needed for TypeAlias added in Py 3.10
"typing-extensions == 4.9.0 ; python_version < '3.10'",
"typing-extensions == 4.12.2 ; python_version < '3.10'",
]
# Docs are always built on a specific Python version; see RTD and tox config files,
# and the docs contribution guide.
Expand Down

0 comments on commit 372cf63

Please sign in to comment.