浏览代码

Actually release Python 3.9

Valentin Niess 5 年之前
父节点
当前提交
ab79573f17
共有 1 个文件被更改,包括 1 次插入1 次删除
  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