Skip to content

Commit 353b192

Browse files
committed
feat(ci): test on Python 3.14
1 parent 22c0034 commit 353b192

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pytest:
1818
strategy:
1919
matrix:
20-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-alpha.5"]
2121
include:
2222
- python-version: "3.6"
2323
os: ubuntu-20.04
@@ -35,6 +35,8 @@ jobs:
3535
os: ubuntu-24.04
3636
- python-version: "3.13"
3737
os: ubuntu-24.04
38+
- python-version: "3.14.0-alpha.5"
39+
os: ubuntu-24.04
3840
runs-on: ${{ matrix.os }}
3941
steps:
4042
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
'Programming Language :: Python :: 3.11',
2626
'Programming Language :: Python :: 3.12',
2727
'Programming Language :: Python :: 3.13',
28+
'Programming Language :: Python :: 3.14',
2829
'License :: OSI Approved :: Apache Software License',
2930
'Topic :: Scientific/Engineering :: Artificial Intelligence',
3031
'Topic :: Scientific/Engineering :: Bio-Informatics',

0 commit comments

Comments
 (0)