Python version 3.10 needs quotes in the yaml file
authorEli Bendersky <eliben@gmail.com>
Mon, 15 Aug 2022 13:18:32 +0000 (06:18 -0700)
committerEli Bendersky <eliben@gmail.com>
Mon, 15 Aug 2022 13:18:32 +0000 (06:18 -0700)
.github/workflows/ci.yml

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