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 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 }}
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ addopts = [
81
81
log_cli_level = " info"
82
82
83
83
[tool .ruff ]
84
- target-version = " py310 "
84
+ target-version = " py311 "
85
85
86
86
[tool .ruff .lint ]
87
87
select = [
You can’t perform that action at this time.
0 commit comments