drop Py 3.8 support and add 3.14-dev to matrix

This commit is contained in:
Inada Naoki 2025-05-30 21:14:52 +09:00
parent e15703fc6d
commit 5ad03a578d
2 changed files with 4 additions and 6 deletions

View file

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
py: ["3.13-dev", "3.12", "3.11", "3.10", "3.9", "3.8"]
py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9"]
runs-on: ${{ matrix.os }}
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}