Update supported python versions for GitHub actions CI
authorEli Bendersky <eliben@gmail.com>
Mon, 30 Oct 2023 12:35:26 +0000 (05:35 -0700)
committerEli Bendersky <eliben@gmail.com>
Mon, 30 Oct 2023 12:35:26 +0000 (05:35 -0700)
fixes #516

.github/workflows/ci.yml

index 549651cd79dcf27b96d54352d1bb86dfba757fa7..737989c5a6d450c2b30db4cfdff49e5b52ebea28 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        python-version: [3.7, 3.9, '3.10']
+        python-version: [3.8, '3.11', '3.12']
         os: [ubuntu-latest]
 
     steps: