This website works better with JavaScript.
首頁
說明
登入
ben
/
git-repo-updater
镜像来自
https://github.com/earwig/git-repo-updater
關註
1
收藏
1
複製
0
程式碼
版本發佈
11
Activity
瀏覽代碼
Drop some unsupported Python versions
pull/67/head
offa
1 年之前
父節點
9bc622190e
當前提交
321626a3d6
共有
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", "3.12" ]
python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
name: python-${{ matrix.python }}
steps:
- name: Checkout
Write
Preview
Loading…
取消
儲存