We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506f470 commit 1594f46Copy full SHA for 1594f46
.github/workflows/ci_workflows.yml
@@ -100,8 +100,8 @@ jobs:
100
101
- name: (Allowed Failure) Python 3.11 with dev version of key dependencies
102
os: ubuntu-latest
103
- python: 3.11
104
- toxenv: py311-test-devdeps
+ python: 3.12
+ toxenv: py312-test-devdeps
105
106
steps:
107
- name: Checkout code
@@ -120,4 +120,4 @@ jobs:
120
- name: Install Python dependencies
121
run: python -m pip install --upgrade tox codecov
122
- name: Run tests
123
- run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
+ run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
0 commit comments