Skip to content

Commit d3a92b0

Browse files
authored
1 parent 0a2d49b commit d3a92b0

21 files changed

+30
-28
lines changed

.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.8]
12+
python-version: [3.9]
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
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
python-version: [3.8]
24+
python-version: [3.9]
2525

2626
steps:
2727
- 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.8]
15+
python-version: [3.9]
1616

1717
steps:
1818
- name: Set up Python ${{ matrix.python-version }}

.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.8" ]
25+
python-version: [ "3.9" ]
2626
extract_subexpressions: ["true", "false"]
2727
env:
2828
AMICI_EXTRACT_CSE: ${{ matrix.extract_subexpressions }}

.github/workflows/test_doc.yml

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

2222
strategy:
2323
matrix:
24-
python-version: [3.8]
24+
python-version: [3.9]
2525

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

.github/workflows/test_install.yml

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

1010
strategy:
1111
matrix:
12-
python-version: [3.8]
12+
python-version: [3.9]
1313

1414
steps:
1515
- name: Set up Python ${{ matrix.python-version }}
@@ -57,7 +57,7 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
python-version: [3.8]
60+
python-version: [3.9]
6161

6262
steps:
6363
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test_performance.yml

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

2424
strategy:
2525
matrix:
26-
python-version: [3.8]
26+
python-version: [3.9]
2727

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

.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.8]
25+
python-version: [3.9]
2626

2727
steps:
2828
- 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.8, 3.9, '3.10']
14+
python-version: [3.9, 3.9, '3.10']
1515
os: [ubuntu-22.04, macos-latest]
1616

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

.github/workflows/test_python_cplusplus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Set up Python
149149
uses: actions/setup-python@v4
150150
with:
151-
python-version: 3.8
151+
python-version: 3.9
152152

153153
- uses: actions/checkout@v3
154154
- run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)