From 3e0eea07932963b43ced494ea85830e472f73cc3 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 23 Dec 2022 09:13:18 +0100 Subject: Add latest Python 3.12 dev version to CI matrix. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11a2dfcb..d49f0ae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - "3.9" - "3.10" # quotes to avoid being interpreted as the number 3.1 - "3.11" - # - "3.12-dev" + - "3.12-dev" env: [{ STATIC_DEPS: true }, { STATIC_DEPS: false }] include: -- cgit v1.2.1