Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 240310a

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

File tree

Expand file treeCollapse file tree

2 files changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-0
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+3Lines changed: 3 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: uv.lock
+6Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.