ci: add Python 3.12 and drop 3.7

This commit is contained in:
Inada Naoki 2023-07-21 02:53:58 +09:00
parent c8d0751fe3
commit e5249f877c

View file

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
py: ["3.11", "3.10", "3.9", "3.8", "3.7"]
py: ["3.12", "3.11", "3.10", "3.9", "3.8"]
runs-on: ${{ matrix.os }}
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
@ -23,6 +23,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
allow-prereleases: true
cache: "pip"
- name: Build