From 5450f193e42ba9f9dc95871ad6c1eb4b436c345a Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 23 Oct 2023 14:08:14 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20GitHub=20Actions:=20Test=20on=20Pyt?= =?UTF-8?q?hon=203.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 7d55459..ab7233e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ] # For Python 3.6, we need to fall back to Ubuntu 20.04 runs-on: ${{ matrix.python-version == '3.6' && 'ubuntu-20.04' || 'ubuntu-latest' }}