ci(test): remove support < Python3.9

pull/944/head
MinJae Kwon 11 months ago
parent 8c9a285208
commit f54c7aadb5

@ -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

Loading…
Cancel
Save