소스 검색

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'