Skip to content

Commit 1594f46

Browse files
authored
Update Python version in CI workflow to 3.12
1 parent 506f470 commit 1594f46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100

101101
- name: (Allowed Failure) Python 3.11 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 }}

0 commit comments

Comments
 (0)