From 722aea6b544bd552981df43a41802c9bbe4ccf58 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 4 Aug 2023 19:14:53 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=9A=A7=20GitHub=20Actions:=20Tr?= =?UTF-8?q?y=20testing=20on=20Python=203.12"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 801254e1c9f30a6083fe3c8e650cc442b54f4c3a. --- .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 1e0c08b..39375cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ] + python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ] # 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' }}