Skip to content

Commit e87b62f

Browse files
authored
(🎁) drop 'dev' from 3.12 in the CI (#16239)
Co-authored-by: KotlinIsland <[email protected]>
1 parent ff7ac75 commit e87b62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
tox_extra_args: "-n 2"
6565
test_mypyc: true
6666
- name: Test suite with py312-ubuntu, mypyc-compiled
67-
python: '3.12-dev'
67+
python: '3.12'
6868
arch: x64
6969
os: ubuntu-latest
7070
toxenv: py

0 commit comments

Comments
 (0)