This website works better with JavaScript.
首頁
說明
登入
ben
/
mwparserfromhell
镜像来自
https://github.com/earwig/mwparserfromhell
關註
1
收藏
1
複製
0
程式碼
版本發佈
24
Activity
瀏覽代碼
Build wheels for Python 3.9 too (
#262
)
tags/v0.6
Kunal Mehta
3 年之前
committed by
GitHub
父節點
c1dabcfd66
當前提交
786b08828b
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
4AEE18F83AFDEB23
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build-linux-wheels.yml
+1
-1
.github/workflows/build-macos-wheels.yml
+ 1
- 1
.github/workflows/build-linux-wheels.yml
查看文件
@@ -10,7 +10,7 @@ jobs:
- name: Build manylinux1 Python wheels
uses: RalfG/python-wheels-manylinux-build@0c24cb31441c7a1e6ea90d6a6408d406b2fee279
with:
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38'
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
cp39-cp39
'
- name: Move to dist/
run: |
mkdir -p dist
+ 1
- 1
.github/workflows/build-macos-wheels.yml
查看文件
@@ -7,7 +7,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8
, 3.9
]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Write
Preview
Loading…
取消
儲存