Skip to content

Commit

Permalink
deploy.yml rm old python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 14, 2024
1 parent 4b67347 commit 23628b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: true
matrix:
# os: [ubuntu-20.04,ubuntu-18.04]
python-version: ["3.7", "3.8","3.9","3.10", "3.11", "3.12"]
os: [ ubuntu-18.04 ]
python-version: ["3.11"]
os: [ ubuntu-22.04 ]
# cibuildwheel will automatically provide all Python versions
# python-version: [ "3.9" ]
steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: true
matrix:
os: [ macos-12, macos-13, macos-14 ]
python-version: ["3.7", "3.8","3.9","3.10", "3.11", "3.12"]
python-version: ["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 @@ -92,7 +92,7 @@ jobs:
fail-fast: true
matrix:
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" ]
python-version: ["3.8","3.9","3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 23628b7

Please sign in to comment.