使用 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 选项
显示统计
下载 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" ]
python: [ "3.6", "3.7", "3.8", "3.9", "3.10"
, "3.11"
]
name: python-${{ matrix.python }}
steps:
- name: Checkout
撰写
预览
正在加载...
取消
保存