test with Python 3.12 too

This commit is contained in:
Sina Atalay 2023-10-07 19:16:08 +02:00
parent 184299ba20
commit 0e28c5062e
1 changed files with 22 additions and 23 deletions

View File

@ -5,18 +5,17 @@ name: Python tests
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3