Skip to content

Commit cd42459

Browse files
committed
add python 3.14 to the test matrix
This commit was sponsored by Geoffrey Thomas, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/.
1 parent 48655b5 commit cd42459

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python: ["3.13", "3.12", "3.11", "3.10", "3.9"]
21+
python: ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
2222
TOX_ENV: ["lint", "py", "mypy"]
2323
exclude:
2424
- TOX_ENV: "lint"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
# Indicate who your project is intended for
1818
"Intended Audience :: Developers",
19+
"Programming Language :: Python :: 3.14",
1920
"Programming Language :: Python :: 3.13",
2021
"Programming Language :: Python :: 3.12",
2122
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)