File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,18 @@ jobs:
1414 matrix :
1515 python-version :
1616 - " pypy-3.8-v7.3.10"
17+ - " 3.12"
1718 - " 3.11"
1819 - " 3.10"
1920 - " 3.9"
20- - " 3.8"
21- - " 3.7"
2221 os : [ubuntu-latest]
2322 runs-on : ${{ matrix.os }}
2423 name : " ${{ matrix.os }} Python: ${{ matrix.python-version }}"
2524 steps :
2625 - name : Setup Python for tox
2726 uses : actions/setup-python@v4
2827 with :
29- python-version : " 3.11 "
28+ python-version : " 3.12 "
3029 - name : Install tox
3130 run : python -m pip install tox tox-gh-actions
3231 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1515 - name : Setup Python for linting
1616 uses : actions/setup-python@v4
1717 with :
18- python-version : " 3.11 "
18+ python-version : " 3.12 "
1919 - name : Install tox
2020 run : python -m pip install tox tox-gh-actions
2121 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments