From 287474abfeeb5082f87d22e81fc49212c040d725 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Sat, 14 Oct 2023 12:37:37 +0300 Subject: [PATCH] Python 3.12 final is out, stop using -dev Fixes the check-python-versions job in CI. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ac78e3e..2bd68451 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12-dev" + - "3.12" toxenv: [py] include: - python-version: "3.8"