File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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 :
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'
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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments