Skip to content

Commit f618c77

Browse files
committed
Test with Python 3.14
1 parent 63ddae2 commit f618c77

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

.github/workflows/test_benchmark_collection_models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: [ "3.12" ]
23+
python-version: [ "3.14" ]
2424
extract_subexpressions: ["true", "false"]
2525
env:
2626
AMICI_EXTRACT_CSE: ${{ matrix.extract_subexpressions }}
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
python-version: [ "3.12" ]
100+
python-version: [ "3.14" ]
101101
extract_subexpressions: ["false"]
102102
env:
103103
AMICI_EXTRACT_CSE: ${{ matrix.extract_subexpressions }}

.github/workflows/test_petab_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
python-version: ["3.12"]
23+
python-version: ["3.14"]
2424

2525
steps:
2626
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.11", "3.12", "3.13"]
14+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1515
os: [ubuntu-24.04, macos-latest]
1616

1717
runs-on: ${{ matrix.os }}

.github/workflows/test_python_cplusplus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: [ "3.12" ]
19+
python-version: [ "3.14" ]
2020

2121
steps:
2222
- name: Cache
@@ -125,7 +125,7 @@ jobs:
125125

126126
strategy:
127127
matrix:
128-
python-version: [ "3.12" ]
128+
python-version: [ "3.14" ]
129129

130130
steps:
131131
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_python_ver_matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
experimental: false
2626
- python-version: '3.13'
2727
experimental: false
28+
- python-version: '3.14'
29+
experimental: false
2830

2931
steps:
3032
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV

.github/workflows/test_sbml_semantic_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
cases: ["1-250", "251-500", "501-750", "751-1000",
3030
"1000-1250", "1251-"]
31-
python-version: [ "3.13" ]
31+
python-version: [ "3.14" ]
3232

3333
steps:
3434
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)