Skip to content

Commit 591bd3a

Browse files
committed
Updated ubuntu and some versions used in actions
1 parent 015b1e8 commit 591bd3a

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/coverage-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
# Testing on version that Stan currently supports
29-
python-version: '3.12'
28+
python-version: '3.13'
3029

3130
- name: install pints
3231
run: |

.github/workflows/notebook-interfaces-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.12'
20+
python-version: '3.13'
2121

2222
# We use e.g. install pints[stan] to install dependencies for interfaces
2323
# that have some code in pints/interfaces. Dependencies that are not used

.github/workflows/unit-test-os-coverage.yml

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

2222
strategy:
2323
matrix:
24-
os: [ubuntu-20.04, macos-latest, windows-latest]
25-
# Note: Ubuntu 22 is checked by other tests
24+
os: [ubuntu-22.04, macos-latest, windows-latest]
25+
# Note: Ubuntu 24 is checked by other tests
2626

2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/upload-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.13'
2121

2222
- name: install dependencies
2323
run: |

0 commit comments

Comments
 (0)