From 53da2405b1af430f6bafa21ba45d8dd8dfc726b8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 26 Apr 2023 12:18:20 +0200 Subject: [PATCH] ci: Add Python 3.12-dev to the testing (#224) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2610846e..365eb9e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,8 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11-dev" + - "3.11" + - "3.12-dev" steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}