Sfoglia il codice sorgente

Actually release Python 3.9

Valentin Niess 5 anni fa
parent
commit
ab79573f17
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/appimage.yml

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

@@ -60,7 +60,7 @@ jobs:
     if: github.ref == 'refs/heads/master'
     strategy:
       matrix:
-        version: [2.7, 3.5, 3.6, 3.7, 3.8]
+        version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
 
     steps:
     - uses: actions/download-artifact@v1