Skip to content

Commit

Permalink
ci remove py3.11, add mac py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaKramer committed Feb 16, 2024
1 parent 23fa9ae commit b41da32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
fail-fast: false
matrix:
cfg:
- os: ubuntu-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.8"
- os: ubuntu-latest
python-version: "3.11"
#- os: macos-latest
# python-version: "3.10"
python-version: "3.9"
# - os: ubuntu-latest
# python-version: "3.11"
- os: macos-latest
python-version: "3.9"
#- os: windows-latest
# python-version: "3.6"

Expand Down

0 comments on commit b41da32

Please sign in to comment.