Skip to content

Commit 94eb586

Browse files
committed
Use 3.14 in dev
1 parent 460f019 commit 94eb586

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

.python-version-default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

tests/test_pyright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_pyright_baseline():
5151
"information",
5252
'Type of "DefineConverter.__init__" is '
5353
'"(self: DefineConverter, with_converter: str | Buffer | '
54-
'SupportsInt | SupportsIndex | SupportsTrunc) -> None"',
54+
'SupportsInt | SupportsIndex) -> None"',
5555
),
5656
(
5757
"error",

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ commands =
4949
# Split combine/report in 2 to avoid excessive "Combined data file ..." output.
5050
[testenv:coverage-combine]
5151
# Keep base_python in-sync with .python-version-default
52-
base_python = py313
52+
base_python = py314
5353
# Keep depends in-sync with testenv above that has the cov dependency group.
5454
depends = py3{9,10,14}-tests
5555
skip_install = true
@@ -58,7 +58,7 @@ commands = coverage combine
5858

5959
[testenv:coverage-report]
6060
# Keep base_python in-sync with .python-version-default
61-
base_python = py313
61+
base_python = py314
6262
depends = coverage-combine
6363
parallel_show_output = true
6464
skip_install = true

uv.lock

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

0 commit comments

Comments
 (0)