ソースを参照

ci(test): remove support < Python3.9

pull/944/head
MinJae Kwon 1年前
コミット
f54c7aadb5
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      .github/workflows/test.yml

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

@@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3


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