From acca35b8006e2760ceed58c1fbec34fbac024ff2 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 29 Jul 2023 14:30:55 -0400 Subject: [PATCH] add 3.12 to ci matrix --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f28cf91..e2102040 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,9 @@ jobs: - os: ubuntu-latest python: '3.11' toxenv: py + - os: ubuntu-latest + python: '3.12-dev' + toxenv: py # windows - os: windows-latest python: 3.8