Skip to content

Commit 6e689fa

Browse files
committed
DEV: Add python 3.13 and 3.14
1 parent 77ced38 commit 6e689fa

File tree

3 files changed

+200
-198
lines changed

3 files changed

+200
-198
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ["3.11", "3.12"]
26+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2727

2828
steps:
2929
- name: Checkout commit locally

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ classifiers = [
2424
"Operating System :: POSIX :: Linux",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
28+
"Programming Language :: Python :: 3.14",
2729
"Natural Language :: English",
2830
]
2931
dynamic = ["version"]

0 commit comments

Comments
 (0)