Sfoglia il codice sorgente

Add Python 3.12 to the testing

Christian Clauss 1 anno fa
parent
commit
79159b9504
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/pythontest.yml

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

@@ -13,7 +13,7 @@ jobs:
       matrix:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
         os: [ubuntu-latest, macos-latest, windows-latest]
         python-version:
         python-version:
-          ["3.7", "3.8", "3.9", "3.10", "3.11"]
+          ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
       fail-fast: false
       fail-fast: false
 
 
     steps:
     steps: