File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ jobs:
20
20
- ' 3.9'
21
21
- ' 3.10'
22
22
- ' 3.11'
23
+ - ' 3.12'
23
24
24
25
steps :
25
26
- uses : actions/checkout@v4
26
27
27
- - uses : actions/setup-python@v4
28
+ - uses : actions/setup-python@v5
28
29
with :
29
30
python-version : ${{ matrix.python-version }}
30
31
cache : ' pip'
49
50
run : tox --py current
50
51
51
52
- name : Run extra tox targets
52
- if : ${{ matrix.python-version == '3.9 ' }}
53
+ if : ${{ matrix.python-version == '3.x ' }}
53
54
run : |
54
55
tox -e base,dist,docs
55
56
@@ -61,11 +62,11 @@ jobs:
61
62
name : Test documentation links
62
63
runs-on : ubuntu-22.04
63
64
steps :
64
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
65
66
66
- - uses : actions/setup-python@v4
67
+ - uses : actions/setup-python@v5
67
68
with :
68
- python-version : ' 3.9 '
69
+ python-version : ' 3.x '
69
70
70
71
- name : Install dependencies
71
72
run : pip install -r requirements/requirements-documentation.txt
You can’t perform that action at this time.
0 commit comments