File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
17
- python-version : ["3.11 "]
17
+ python-version : ["3.12 "]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - name : Set up Python 3.11
12
+ - name : Set up Python 3.12
13
13
uses : actions/setup-python@v5
14
14
with :
15
- python-version : 3.11
15
+ python-version : 3.12
16
16
17
17
- name : Install TeX
18
18
run : |
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
os : [ubuntu, macos]
21
- python-version : ["3.10", "3. 11", "3.12"]
21
+ python-version : ["3.11", "3.12"]
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments