使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
ben
/
git-repo-updater
镜像自地址
https://github.com/earwig/git-repo-updater
关注
1
点赞
1
派生
0
代码
版本发布
11
动态
浏览代码
Drop some unsupported Python versions
pull/67/head
offa
1年前
父节点
9bc622190e
当前提交
321626a3d6
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
撰写
预览
正在加载...
取消
保存