File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 30
30
- name : Set up Python
31
31
uses : actions/setup-python@v4
32
32
with :
33
- python-version : ' 3.11 '
33
+ python-version : ' 3.12 '
34
34
cache : ' pip'
35
35
cache-dependency-path : ' docs/requirements.txt'
36
36
- run : python -m pip install -r docs/requirements.txt
48
48
- name : Set up Python
49
49
uses : actions/setup-python@v4
50
50
with :
51
- python-version : ' 3.11 '
51
+ python-version : ' 3.12 '
52
52
- run : python -m pip install blacken-docs
53
53
- name : Build docs
54
54
run : |
Original file line number Diff line number Diff line change 27
27
- name : Set up Python
28
28
uses : actions/setup-python@v4
29
29
with :
30
- python-version : ' 3.11 '
30
+ python-version : ' 3.12 '
31
31
- run : python -m pip install flake8
32
32
- name : flake8
33
33
# Pinned to v2.0.0.
44
44
- name : Set up Python
45
45
uses : actions/setup-python@v4
46
46
with :
47
- python-version : ' 3.11 '
47
+ python-version : ' 3.12 '
48
48
- run : python -m pip install isort
49
49
- name : isort
50
50
# Pinned to v2.0.0.
Original file line number Diff line number Diff line change 18
18
python-version :
19
19
- ' 3.10'
20
20
- ' 3.11'
21
- - ' 3.12-dev '
21
+ - ' 3.12'
22
22
name : Windows, SQLite, Python ${{ matrix.python-version }}
23
23
continue-on-error : true
24
24
steps :
60
60
- name : Set up Python
61
61
uses : actions/setup-python@v4
62
62
with :
63
- python-version : ' 3.11 '
63
+ python-version : ' 3.12 '
64
64
cache : ' pip'
65
65
cache-dependency-path : ' tests/requirements/py3.txt'
66
66
- name : Install and upgrade packaging tools
94
94
- name : Set up Python
95
95
uses : actions/setup-python@v4
96
96
with :
97
- python-version : ' 3.11 '
97
+ python-version : ' 3.12 '
98
98
cache : ' pip'
99
99
cache-dependency-path : ' tests/requirements/py3.txt'
100
100
- name : Install and upgrade packaging tools
Original file line number Diff line number Diff line change 24
24
- name : Set up Python
25
25
uses : actions/setup-python@v4
26
26
with :
27
- python-version : ' 3.11 '
27
+ python-version : ' 3.12 '
28
28
cache : ' pip'
29
29
cache-dependency-path : ' tests/requirements/py3.txt'
30
30
- name : Install and upgrade packaging tools
59
59
- name : Set up Python
60
60
uses : actions/setup-python@v4
61
61
with :
62
- python-version : ' 3.11 '
62
+ python-version : ' 3.12 '
63
63
cache : ' pip'
64
64
cache-dependency-path : ' tests/requirements/py3.txt'
65
65
- name : Install and upgrade packaging tools
Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
python-version :
26
- - ' 3.11 '
26
+ - ' 3.12 '
27
27
name : Windows, SQLite, Python ${{ matrix.python-version }}
28
28
steps :
29
29
- name : Checkout
You can’t perform that action at this time.
0 commit comments