From e87b62fcda423a9cd6db9076f66459fe47491568 Mon Sep 17 00:00:00 2001 From: KotlinIsland <65446343+KotlinIsland@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:00:29 +1000 Subject: [PATCH] =?UTF-8?q?(=F0=9F=8E=81)=20drop=20'dev'=20from=203.12=20i?= =?UTF-8?q?n=20the=20CI=20(#16239)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: KotlinIsland --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bcd9e059589..afa5d5823ea9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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