Skip to content

Commit 240310a

Browse files
committed
py(deps[testing,lint]) Add typing-extensions for older python versions
1 parent 445066d commit 240310a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ dev-dependencies = [
6464
"myst-parser",
6565
"linkify-it-py",
6666
# Testing
67+
"typing-extensions; python_version < '3.11'",
6768
"gp-libs",
6869
"pytest",
6970
"pytest-rerunfailures",
@@ -94,6 +95,7 @@ docs = [
9495
"linkify-it-py",
9596
]
9697
testing = [
98+
"typing-extensions; python_version < '3.11'",
9799
"gp-libs",
98100
"pytest",
99101
"pytest-rerunfailures",
@@ -106,6 +108,7 @@ coverage =[
106108
"pytest-cov",
107109
]
108110
lint = [
111+
"typing-extensions; python_version < '3.11'",
109112
"ruff",
110113
"mypy",
111114
]

uv.lock

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)