ci: drop tests on 3.8 and add 3.11 and 3.12
This commit is contained in:
parent
5c5a1871f1
commit
8cd70f96a2
|
|
@ -2,9 +2,9 @@ name: Lint and test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "**" ]
|
||||
branches: ["**"]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python_version: ["3.8", "3.9", "3.10"]
|
||||
python_version: ["3.9", "3.10", "3.11", "3.12"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue