From b16297389d94c8aa0ed5469bbb1a647b66a45745 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Quiros Date: Thu, 28 Mar 2024 18:45:44 +0100 Subject: [PATCH] Add latest python3 11 and 12 for tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cabb81..55d63ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: - '3.8' - '3.9' - '3.10' + - '3.11' + - '3.12' steps: - uses: actions/checkout@v2 - name: Install Python 3