Skip to content

Commit 03429bc

Browse files
authored
Merge pull request #929 from MilesCranmer/test-313
ci: update workflows to test 3.13
2 parents 0ea292b + 5f3cf5a commit 03429bc

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
julia-version: ['1']
32-
python-version: ['3.12']
32+
python-version: ['3.13']
3333
os: [ubuntu-latest]
3434
test-id: [main]
3535
include:
@@ -38,7 +38,7 @@ jobs:
3838
os: ubuntu-latest
3939
test-id: include
4040
- julia-version: '1'
41-
python-version: '3.12'
41+
python-version: '3.13'
4242
os: ubuntu-latest
4343
test-id: include
4444
- julia-version: '1'
@@ -93,7 +93,7 @@ jobs:
9393
strategy:
9494
matrix:
9595
os: ['ubuntu-latest']
96-
python-version: ['3.12']
96+
python-version: ['3.13']
9797
julia-version: ['1']
9898
include:
9999
- os: ubuntu-latest
@@ -116,7 +116,7 @@ jobs:
116116
shell: bash -l {0}
117117
strategy:
118118
matrix:
119-
python-version: ['3.12']
119+
python-version: ['3.13']
120120
os: ['ubuntu-latest']
121121

122122
steps:
@@ -158,7 +158,7 @@ jobs:
158158
strategy:
159159
matrix:
160160
python-version:
161-
- '3.12'
161+
- '3.13'
162162
- '3.10'
163163
os: ['ubuntu-latest']
164164

@@ -190,7 +190,7 @@ jobs:
190190
PYSR_USE_BEARTYPE: "1"
191191
strategy:
192192
matrix:
193-
python-version: ['3.12']
193+
python-version: ['3.13']
194194

195195
steps:
196196
- uses: actions/checkout@v4
@@ -211,7 +211,7 @@ jobs:
211211
runs-on: ubuntu-latest
212212
strategy:
213213
matrix:
214-
python-version: ['3.12']
214+
python-version: ['3.13']
215215
julia-version: ['1']
216216
defaults:
217217
run:

.github/workflows/CI_Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
julia-version: ['1']
27-
python-version: ['3.12']
27+
python-version: ['3.13']
2828
os: [windows-latest]
2929

3030
steps:

.github/workflows/CI_docker_large_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
julia-version: ['1.10', '1']
22-
python-version: ['3.10', '3.12']
22+
python-version: ['3.10', '3.13']
2323
os: [ubuntu-latest]
2424
arch: ['linux/amd64', 'linux/arm64']
2525

.github/workflows/CI_large_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
julia-version: ['1.10', '1']
27-
python-version: ['3.10', '3.12']
27+
python-version: ['3.10', '3.13']
2828
os: [ubuntu-latest, macos-latest, windows-latest]
2929

3030
steps:

.github/workflows/CI_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
julia-version: ['1']
27-
python-version: ['3.12']
27+
python-version: ['3.13']
2828
os: [macos-latest]
2929

3030
steps:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Set up Python"
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.12
27+
python-version: 3.13
2828
cache: pip
2929
- name: "Install packages for docs building"
3030
run: pip install -r docs/requirements.txt

.github/workflows/update_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5
1212
with:
13-
python-version: 3.12
13+
python-version: 3.13
1414
cache: pip
1515

1616
- name: "Install dependencies"

0 commit comments

Comments
 (0)