File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ permissions:
9
9
# events but only for the master branch
10
10
on :
11
11
push :
12
- branches : [ 3.11 ]
12
+ branches : [ 3.12 ]
13
13
pull_request :
14
- branches : [ 3.11 ]
14
+ branches : [ 3.12 ]
15
15
16
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
17
jobs :
@@ -21,12 +21,12 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
strategy :
23
23
matrix :
24
- python-version : [3.9, 3.10, 3. 11]
24
+ python-version : [3.9, 3.11]
25
25
26
26
steps :
27
27
- uses : actions/checkout@v2
28
28
- name : Set up Python ${{ matrix.python-version }}
29
- uses : actions/setup-python@v1
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
41
41
- name : Run a multi-line script
42
42
run : |
43
43
make html
44
-
You can’t perform that action at this time.
0 commit comments