Skip to content

Commit

Permalink
deploy.yml: add newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 14, 2024
1 parent 68c1b86 commit 0cf1540
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true
matrix:
# os: [ubuntu-20.04,ubuntu-18.04]
python-version: ["3.7", "3.8","3.9","3.10", "3.11"]
python-version: ["3.7", "3.8","3.9","3.10", "3.11", "3.12"]
os: [ ubuntu-18.04 ]
# cibuildwheel will automatically provide all Python versions
# python-version: [ "3.9" ]
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ macos-11 ]
python-version: ["3.7", "3.8","3.9","3.10"]
os: [ macos-12, macos-13, macos-14 ]
python-version: ["3.7", "3.8","3.9","3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -91,8 +91,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ windows-2019 ]
python-version: ["3.7", "3.8","3.9","3.10", "3.11"] # [ "3.8","3.9","3.10" ]
os: [ windows-2019, windows-2022 ]
python-version: ["3.7", "3.8","3.9","3.10", "3.11", "3.12"] # [ "3.8","3.9","3.10" ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0cf1540

Please sign in to comment.