Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version-default
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13
3.14
2 changes: 1 addition & 1 deletion tests/test_pyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_pyright_baseline():
"information",
'Type of "DefineConverter.__init__" is '
'"(self: DefineConverter, with_converter: str | Buffer | '
'SupportsInt | SupportsIndex | SupportsTrunc) -> None"',
'SupportsInt | SupportsIndex) -> None"',
),
(
"error",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ commands =
# Split combine/report in 2 to avoid excessive "Combined data file ..." output.
[testenv:coverage-combine]
# Keep base_python in-sync with .python-version-default
base_python = py313
base_python = py314
# Keep depends in-sync with testenv above that has the cov dependency group.
depends = py3{9,10,14}-tests
skip_install = true
Expand All @@ -58,7 +58,7 @@ commands = coverage combine

[testenv:coverage-report]
# Keep base_python in-sync with .python-version-default
base_python = py313
base_python = py314
depends = coverage-combine
parallel_show_output = true
skip_install = true
Expand Down
54 changes: 27 additions & 27 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.