Skip to content

Commit 428ac2d

Browse files
committed
build: Extend dependency on typing-extensions to Python<3.13
1 parent 7ca56e3 commit 428ac2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dynamic = [
4343
dependencies = [
4444
"backports-asyncio-runner>=1.1,<2; python_version<'3.11'",
4545
"pytest>=8.2,<9",
46-
"typing-extensions>=4.12; python_version<'3.10'",
46+
"typing-extensions>=4.12; python_version<'3.13'",
4747
]
4848
optional-dependencies.docs = [
4949
"sphinx>=5.3",

0 commit comments

Comments
 (0)