From aedb062a5a738640230aee02ebcf7814ceb87261 Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Wed, 21 Feb 2024 09:00:21 +0000 Subject: [PATCH] Issue #81 try updating python versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfa20b2..59a82fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest] - python-ver: [3.7, 3.8, 3.9] + python-ver: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] runs-on: ${{ matrix.os }}