ci: drop tests on 3.8 and add 3.11 and 3.12

This commit is contained in:
ljnsn 2024-05-31 17:37:27 +02:00
parent 19ad0440c8
commit 2b3215fbef
No known key found for this signature in database
GPG Key ID: 56FA44C04555E6DD
1 changed files with 30 additions and 30 deletions

View File

@ -2,9 +2,9 @@ name: Lint and test
on: on:
push: push:
branches: [ "**" ] branches: ["**"]
pull_request: pull_request:
branches: [ master ] branches: [master]
jobs: jobs:
test: test:
@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python_version: ["3.8", "3.9", "3.10"] python_version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false fail-fast: false
steps: steps: