From 6d4f4e3929ffaf3c59e7697431be1a32f66a8b1f Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 12 Feb 2024 00:10:54 +0100 Subject: [PATCH] CI: add Python 3.11 and 3.12 (#12) * Remove unused import * Add subdomain endpoint * Improve README * CI: add Python 3.11 and 3.12 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ddf522d..c5f4865 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] poetry-version: ["1.4.0"] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }}