Skip to content

Commit 9d62c54

Browse files
committed
Add Python 3.14 to supported versions and CI matrix
1 parent 9e47e2b commit 9d62c54

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: true
9797
matrix:
98-
python-version: ["3.10", "3.11", "3.12", "3.13"]
98+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
9999
env:
100100
PYTHON_VER: "${{ matrix.python-version }}"
101101
steps:
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: true
133133
matrix:
134-
python-version: ["3.10", "3.11", "3.12", "3.13"]
134+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
135135
runs-on: "ubuntu-24.04"
136136
env:
137137
PYTHON_VER: "${{ matrix.python-version }}"

changes/384.housekeeping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added Python 3.13 to supported versions and CI matrix.
1+
Added Python 3.13 and 3.14 to supported versions and CI matrix.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17+
"Programming Language :: Python :: 3.14",
1718
]
1819
include = [
1920
"README.md",

0 commit comments

Comments
 (0)