浏览代码

Build wheels for Python 3.9.

Jelmer Vernooij 4 年之前
父节点
当前提交
a3c222b363
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/pythonpublish.yml

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

@@ -12,7 +12,7 @@ jobs:
     strategy:
     strategy:
       matrix:
       matrix:
         os: [macos-latest, windows-latest]
         os: [macos-latest, windows-latest]
-        python-version: ['3.5', '3.6', '3.7', '3.8']
+        python-version: ['3.5', '3.6', '3.7', '3.8', '3.9']
         include:
         include:
           - os: ubuntu-latest
           - os: ubuntu-latest
             python-version: '3.x'
             python-version: '3.x'