Update python-package.yml: add python-version 3.12 job

This commit is contained in:
cerenkov 2024-05-19 01:01:09 +08:00
parent 873ffdb61e
commit 317cc467e7

View File

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.8, pypy-3.9]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.8, pypy-3.9]
steps:
- uses: actions/checkout@v3