This website works better with JavaScript.
首頁
說明
登入
ben
/
git-repo-updater
镜像来自
https://github.com/earwig/git-repo-updater
關註
1
收藏
1
複製
0
程式碼
版本發佈
11
Activity
瀏覽代碼
Merge pull request
#67
from offa/ci
Add Python 3.12 and remove unsupported versions
develop
Ben Kurtovic
1 年之前
committed by
GitHub
父節點
f491a8ee80
321626a3d6
當前提交
5def6ca223
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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", "3.11" ]
python: [ "3.8", "3.9", "3.10", "3.11
", "3.12
" ]
name: python-${{ matrix.python }}
steps:
- name: Checkout
Write
Preview
Loading…
取消
儲存