Skip to content

Commit 4a6a29a

Browse files
committed
feat: add support for python 3.14
1 parent 4d3230b commit 4a6a29a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
python-version: ["3.10", "3.11", "3.12", "3.13"]
28+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2929

3030
steps:
3131
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3536
"Topic :: Scientific/Engineering",
3637
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3738
]

0 commit comments

Comments
 (0)