Skip to content

Commit ae717ba

Browse files
committed
build: add Python 3.14 to build matrix
1 parent 37b0d30 commit ae717ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: ['ubuntu-latest', 'ubuntu-24.04-arm']
15-
python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy3.10', 'pypy3.11']
15+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.10', 'pypy3.11']
1616

1717
steps:
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -59,7 +59,7 @@ jobs:
5959

6060
strategy:
6161
matrix:
62-
python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy3.10', 'pypy3.11']
62+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy3.10', 'pypy3.11']
6363

6464
steps:
6565
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -107,7 +107,7 @@ jobs:
107107

108108
strategy:
109109
matrix:
110-
python-version: ['3.10', '3.11', '3.12', '3.13']
110+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
111111

112112
steps:
113113
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ classifiers = [
4141
"Programming Language :: Python :: 3.11",
4242
"Programming Language :: Python :: 3.12",
4343
"Programming Language :: Python :: 3.13",
44+
"Programming Language :: Python :: 3.14",
4445
"Topic :: Documentation",
4546
"Topic :: Software Development :: Documentation",
4647
"Topic :: System",

0 commit comments

Comments
 (0)