Skip to content

Commit 85cbe32

Browse files
committed
Run CI with Python 3.12 releases
1 parent 5762a0e commit 85cbe32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- "3.9"
2626
- "3.10"
2727
- "3.11"
28-
- "3.12-dev"
28+
- "3.12"
2929
- "3.13-dev"
3030
fail-fast: false
3131

@@ -44,7 +44,7 @@ jobs:
4444
- name: Install dependencies
4545
run: |
4646
python -m pip install --upgrade pip
47-
python -m pip install .[test,standalone]
47+
python -m pip install .[standalone,test]
4848
4949
- name: Test with pytest
5050
run: python -m pytest -vv --durations 25

0 commit comments

Comments
 (0)