1
0
Fork 0
mirror of synced 2024-05-19 11:52:24 +12:00

Upgrade test python version

`pyproject.toml` says the minimum requirement is python 3.9, no need to test on 3.7.
Actually `setuptools 68.1.0+` requires `python 3.8+`.
This commit is contained in:
c01o 2023-10-27 07:18:46 +09:00
parent 7a80b61bea
commit 619c5ae6a2

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
python: [3.7]
python: [3.9]
steps:
- uses: actions/checkout@v2