File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-python@v4
17
17
with :
18
- python-version : 3.11
18
+ python-version : 3.12
19
19
- run : pip install tox
20
20
- run : tox
21
21
env :
22
- TOXENV : 3.11
22
+ TOXENV : 3.12
23
23
24
24
linters :
25
25
name : Run linters
31
31
- uses : actions/checkout@v3
32
32
- uses : actions/setup-python@v4
33
33
with :
34
- python-version : 3.11
34
+ python-version : 3.12
35
35
- run : pip install tox
36
36
- run : tox
37
37
env :
45
45
- uses : actions/checkout@v3
46
46
- uses : actions/setup-python@v4
47
47
with :
48
- python-version : 3.11
48
+ python-version : 3.12
49
49
- run : python setup.py sdist
50
50
- uses : actions/upload-artifact@v3
51
51
with :
@@ -110,7 +110,7 @@ jobs:
110
110
- uses : actions/checkout@v3
111
111
- uses : actions/setup-python@v4
112
112
with :
113
- python-version : 3.11
113
+ python-version : 3.12
114
114
- run : pip install -r requirements-doc.txt
115
115
- run : pip install awscli
116
116
- run : pip install -e .
You can’t perform that action at this time.
0 commit comments