ci: windows removed from pytest workflow, mac-os python version bumped

to 3.10
This commit is contained in:
Fabian Joswig 2023-06-02 16:16:04 +01:00
parent 4886197a03
commit cdadbd0fad
No known key found for this signature in database

View file

@ -19,9 +19,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.8", "3.9", "3.10", "3.11"]
include: include:
- os: macos-latest - os: macos-latest
python-version: 3.9 python-version: 3.10
- os: windows-latest
python-version: 3.9
steps: steps:
- name: Checkout source - name: Checkout source