Skip to content

Commit 7a6de51

Browse files
committed
add compilation for py3.14
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
1 parent 76ab6b5 commit 7a6de51

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
strategy:
1111
matrix:
12-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Install uv and set the python version

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ classifiers = [
1212
"Intended Audience :: Developers",
1313
"Intended Audience :: Science/Research",
1414
"Programming Language :: C++",
15-
"Programming Language :: Python :: 3"
15+
"Programming Language :: Python :: 3",
16+
"Programming Language :: Python :: 3.9",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
1622
]
1723
readme = "README.md"
1824
authors = [

0 commit comments

Comments
 (0)