このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
git-repo-updater
ミラー元
https://github.com/earwig/git-repo-updater
ウォッチ
1
スター
1
フォーク
0
コード
リリース
11
アクティビティ
ソースを参照
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キーID:
4AEE18F83AFDEB23
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
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" ]
python: [ "3.8", "3.9", "3.10", "3.11
", "3.12
" ]
name: python-${{ matrix.python }}
steps:
- name: Checkout
書き込み
プレビュー
読み込み中…
キャンセル
保存