File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ jobs:
9898 python : 3.x
9999 toxenv : codestyle
100100
101- - name : (Allowed Failure) Python 3.11 with dev version of key dependencies
101+ - name : (Allowed Failure) Python 3.12 with dev version of key dependencies
102102 os : ubuntu-latest
103- python : 3.11
104- toxenv : py311 -test-devdeps
103+ python : 3.12
104+ toxenv : py312 -test-devdeps
105105
106106 steps :
107107 - name : Checkout code
@@ -120,4 +120,4 @@ jobs:
120120 - name : Install Python dependencies
121121 run : python -m pip install --upgrade tox codecov
122122 - name : Run tests
123- run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
123+ run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
You can’t perform that action at this time.
0 commit comments