Skip to content

Commit

Permalink
(🎁) drop 'dev' from 3.12 in the CI (#16239)
Browse files Browse the repository at this point in the history
Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
  • Loading branch information
KotlinIsland and KotlinIsland authored Oct 9, 2023
1 parent ff7ac75 commit e87b62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
tox_extra_args: "-n 2"
test_mypyc: true
- name: Test suite with py312-ubuntu, mypyc-compiled
python: '3.12-dev'
python: '3.12'
arch: x64
os: ubuntu-latest
toxenv: py
Expand Down

0 comments on commit e87b62f

Please sign in to comment.