Skip to content

Commit 218880c

Browse files
committed
Merge branch 'stable'
2 parents 96a01e4 + 9170000 commit 218880c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- {python: '3.13'}
17-
- {name: Windows, python: '3.13', os: windows-latest}
18-
- {name: Mac, python: '3.13', os: macos-latest}
16+
- {python: '3.14', tox: 'py3.14,py3.14t'}
17+
- {name: Windows, python: '3.14', os: windows-latest}
18+
- {name: Mac, python: '3.14', os: macos-latest}
19+
- {python: '3.13', tox: 'py3.13,py3.13t'}
1920
- {python: '3.12'}
2021
- {python: '3.11'}
2122
- {python: '3.10'}
2223
- {name: PyPy, python: 'pypy-3.11', tox: pypy3.11}
23-
- {name: Minimum Versions, python: '3.13', tox: tests-min}
24+
- {name: Minimum Versions, python: '3.14', tox: tests-min}
2425
- {name: Development Versions, python: '3.10', tox: tests-dev}
2526
steps:
2627
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ order-by-type = false
170170

171171
[tool.tox]
172172
env_list = [
173-
"py3.13", "py3.12", "py3.11", "py3.10",
173+
"py3.14", "py3.14t", "py3.13", "py3.13t",
174+
"py3.12", "py3.11", "py3.10",
174175
"pypy3.11",
175176
"tests-min", "tests-dev",
176177
"style",
@@ -194,7 +195,7 @@ commands = [[
194195

195196
[tool.tox.env.tests-min]
196197
description = "pytest on minimum dependency versions"
197-
base_python = ["3.13"]
198+
base_python = ["3.14"]
198199
commands = [
199200
[
200201
"uv", "pip", "install",

0 commit comments

Comments
 (0)