Skip to content

Commit 672287f

Browse files
committed
Only run typing tests on CPython 3.14.
Signed-off-by: Tin Tvrtkovic <tinchester@gmail.com>
1 parent 95c2f39 commit 672287f

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ lint = [
55
test = [
66
"hypothesis>=6.135.26",
77
"pytest>=8.4.1",
8-
"pytest-typing",
9-
"mypy",
8+
"pytest-typing; python_version == '3.14' and implementation_name == 'cpython'",
9+
"mypy; python_version == '3.14' and implementation_name == 'cpython'",
1010
"pytest-benchmark>=5.1.0",
1111
"immutables>=0.21",
1212
"coverage>=7.9.2",

uv.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)