Skip to content

Commit 6bb4c49

Browse files
authored
PYTHON-5468 Add Python 3.14 support (#9)
1 parent 131c01a commit 6bb4c49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
contents: read
4141
strategy:
4242
matrix:
43-
python-version: ["3.10", "3.11", "3.12", "3.13"]
43+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4444
fail-fast: false
4545
name: CPython ${{ matrix.python-version }}
4646
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
"Topic :: Software Development :: Libraries :: Python Modules",
2627
]
2728
dependencies = [

0 commit comments

Comments
 (0)