Skip to content

Commit 14eed1f

Browse files
authored
Update Python version in CI workflow to 3.12 (#172)
* Update Python version in CI workflow to 3.12 * Update name of job
1 parent 0d26963 commit 14eed1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)