Skip to content

Commit ec7dfdb

Browse files
#200 Add support for Python 3.14
1 parent 7722a26 commit ec7dfdb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
strategy:
32-
matrix:
33-
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
32+
matrix:
33+
python-version: [3.9, "3.10", 3.11, 3.12, 3.13, 3.14]
3434

3535
steps:
3636
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
"Development Status :: 5 - Production/Stable",
2728
"Intended Audience :: Developers",
2829
"Natural Language :: English",

0 commit comments

Comments
 (0)