Skip to content

Commit 46c9b0b

Browse files
authored
Add python 3.14 to test suite. (#3116)
2 parents e708d51 + f249c8b commit 46c9b0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- {python: '3.14'}
1617
- {python: '3.13'}
1718
- {name: Windows, python: '3.13', os: windows-latest}
1819
- {name: Mac, python: '3.13', os: macos-latest}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ order-by-type = false
142142

143143
[tool.tox]
144144
env_list = [
145-
"py3.13", "py3.12", "py3.11", "py3.10",
145+
"py3.14", "py3.13", "py3.12", "py3.11", "py3.10",
146146
"pypy3.11",
147147
"style",
148148
"typing",

0 commit comments

Comments
 (0)