Ver Fonte

versions should be strings

Rodja Trappe há 3 anos atrás
pai
commit
12f3918f61
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -6,7 +6,7 @@ jobs:
   test:
     strategy:
       matrix:
-        python: [3.7, 3.8, 3.9, 3.10]
+        python: ["3.7", "3.8", "3.9", "3.10"]
       fail-fast: false
     runs-on: ubuntu-latest
     timeout-minutes: 10