[ci] Added python 3.12 to pytest and examples workflows. (#212)

This commit is contained in:
Fabian Joswig 2023-10-27 08:39:33 +02:00 committed by GitHub
parent dc63142f8e
commit e032412ebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: ["3.8", "3.10"] python-version: ["3.8", "3.10", "3.12"]
steps: steps:
- name: Checkout source - name: Checkout source

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include: include:
- os: macos-latest - os: macos-latest
python-version: "3.10" python-version: "3.10"