Parcourir la source

Test python 3.10

Unrud il y a 4 ans
Parent
commit
b87d1c8038
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:
     strategy:
     strategy:
       matrix:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
         os: [ubuntu-latest, macos-latest, windows-latest]
-        python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.7, pypy-3.8]
+        python-version: [3.6, 3.7, 3.8, 3.9, 3.10, pypy-3.7, pypy-3.8]
         exclude:
         exclude:
           - os: windows-latest
           - os: windows-latest
             python-version: pypy-3.7
             python-version: pypy-3.7