Parcourir la source

Actually release Python 3.9

Valentin Niess il y a 5 ans
Parent
commit
ab79573f17
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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