File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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 }}
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ addopts = [
8181log_cli_level = " info"
8282
8383[tool .ruff ]
84- target-version = " py310 "
84+ target-version = " py311 "
8585
8686[tool .ruff .lint ]
8787select = [
You can’t perform that action at this time.
0 commit comments