ソースを参照

Add Python version 3.11 to the macOS build (#2510)

pull/2517/head
Omer Korner 3年前
committed by GitHub
コミット
ad6a950734
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      .github/workflows/macos_build.yml

+ 1
- 0
.github/workflows/macos_build.yml ファイルの表示

@ -10,6 +10,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
runs-on: macos-11
steps:
- uses: actions/checkout@v2

読み込み中…
キャンセル
保存