本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
git-repo-updater
镜像来自
https://github.com/earwig/git-repo-updater
關注
1
收藏
1
複製
0
程式碼
版本發佈
11
活動
瀏覽代碼
Merge pull request
#66
from offa/python3.11
Python 3.11 CI build
pull/67/head
Ben Kurtovic
2 年之前
committed by
GitHub
父節點
a9e5067369
748bb2b90c
當前提交
f491a8ee80
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
4AEE18F83AFDEB23
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/ci.yml
+ 1
- 1
.github/workflows/ci.yml
查看文件
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
python: [ "3.6", "3.7", "3.8", "3.9", "3.10"
, "3.11"
]
name: python-${{ matrix.python }}
steps:
- name: Checkout
Write
Preview
Loading…
取消
儲存