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 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- python-version : ["3.11 "]
17+ python-version : ["3.12 "]
1818
1919 steps :
2020 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - name : Set up Python 3.11
12+ - name : Set up Python 3.12
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : 3.11
15+ python-version : 3.12
1616
1717 - name : Install TeX
1818 run : |
Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 os : [ubuntu, macos]
21- python-version : ["3.10", "3. 11", "3.12"]
21+ python-version : ["3.11", "3.12"]
2222 steps :
2323 - uses : actions/checkout@v4
2424 - name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments