소스 검색

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


불러오는 중...
취소
저장