Skip to content

Commit 61da2bf

Browse files
committed
GHA: Use more recent Python
Reduces the number of test failures due to libsbml/swig/Python issues.
1 parent 9028595 commit 61da2bf

8 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/deploy_branch.yml

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

1010
strategy:
1111
matrix:
12-
python-version: ["3.11"]
12+
python-version: ["3.12"]
1313

1414
steps:
1515
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/deploy_protected.yml

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

3737
strategy:
3838
matrix:
39-
python-version: ["3.11"]
39+
python-version: ["3.12"]
4040

4141
steps:
4242
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/deploy_release.yml

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

1313
strategy:
1414
matrix:
15-
python-version: ["3.11"]
15+
python-version: ["3.13"]
1616

1717
environment:
1818
name: pypi

.github/workflows/test_benchmark_collection_models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: [ "3.11" ]
25+
python-version: [ "3.12" ]
2626
extract_subexpressions: ["true", "false"]
2727
env:
2828
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
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
python-version: ["3.11"]
25+
python-version: ["3.12"]
2626

2727
steps:
2828
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_python_cplusplus.yml

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

1616
strategy:
1717
matrix:
18-
python-version: [ "3.11" ]
18+
python-version: [ "3.12" ]
1919

2020
steps:
2121
- name: Cache
@@ -122,7 +122,7 @@ jobs:
122122

123123
strategy:
124124
matrix:
125-
python-version: [ "3.10" ]
125+
python-version: [ "3.12" ]
126126

127127
steps:
128128
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_sbml_semantic_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
cases: ["1-250", "251-500", "501-750", "751-1000",
3232
"1000-1250", "1251-"]
33-
python-version: [ "3.11" ]
33+
python-version: [ "3.13" ]
3434

3535
steps:
3636
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_valgrind.yml

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

2222
strategy:
2323
matrix:
24-
python-version: [ "3.11" ]
24+
python-version: [ "3.13" ]
2525

2626
env:
2727
ENABLE_AMICI_DEBUGGING: "TRUE"
@@ -71,7 +71,7 @@ jobs:
7171

7272
strategy:
7373
matrix:
74-
python-version: [ "3.11" ]
74+
python-version: [ "3.13" ]
7575

7676
env:
7777
ENABLE_AMICI_DEBUGGING: "TRUE"

0 commit comments

Comments
 (0)