Parcourir la source

adding python 3.10 to matrix build

Rodja Trappe il y a 3 ans
Parent
commit
cc36235ad9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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]
+        python: [3.7, 3.8, 3.9, 3.10]
       fail-fast: false
     runs-on: ubuntu-latest
     timeout-minutes: 10