From cafedd6f20d1cb510cbfb2590ce12c7556a0cdb2 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Thu, 6 Jun 2024 16:31:49 +0100
Subject: [PATCH] Test on Python 3.11 and 3.12 too
---
.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 1598bab..53bb056 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,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"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}