このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
git-repo-updater
ミラー元
https://github.com/earwig/git-repo-updater
ウォッチ
1
スター
1
フォーク
0
コード
リリース
11
アクティビティ
ソースを参照
Add Python 3.13 CI build
pull/70/head
offa
1ヶ月前
親
ddea6afdc0
コミット
270c32e565
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.8", "3.9", "3.10", "3.11", "3.12" ]
python: [ "3.8", "3.9", "3.10", "3.11", "3.12"
, "3.13"
]
name: python-${{ matrix.python }}
steps:
- name: Checkout
書き込み
プレビュー
読み込み中…
キャンセル
保存