ソースを参照

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:
       matrix:
         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:
           - os: ubuntu-latest
             python-version: '3.x'