Skip to content

Commit

Permalink
[MOD] - commented out other Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed May 21, 2024
1 parent 408ec86 commit cf4d477
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
# python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10"]
include:
- python-version: "3.9"
cibw-string: "cp39-*"
# - python-version: "3.9"
# cibw-string: "cp39-*"
- python-version: "3.10"
cibw-string: "cp310-*"
- python-version: "3.11"
cibw-string: "cp311-*"
- python-version: "3.12"
cibw-string: "cp312-*"
# - python-version: "3.11"
# cibw-string: "cp311-*"
# - python-version: "3.12"
# cibw-string: "cp312-*"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -61,14 +61,14 @@ jobs:
# python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10"]
include:
- python-version: "3.9"
cibw-string: "cp39-*"
# - python-version: "3.9"
# cibw-string: "cp39-*"
- python-version: "3.10"
cibw-string: "cp310-*"
- python-version: "3.11"
cibw-string: "cp311-*"
- python-version: "3.12"
cibw-string: "cp312-*"
# - python-version: "3.11"
# cibw-string: "cp311-*"
# - python-version: "3.12"
# cibw-string: "cp312-*"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -107,14 +107,14 @@ jobs:
# python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10"]
include:
- python-version: "3.9"
cibw-string: "cp39-*"
# - python-version: "3.9"
# cibw-string: "cp39-*"
- python-version: "3.10"
cibw-string: "cp310-*"
- python-version: "3.11"
cibw-string: "cp311-*"
- python-version: "3.12"
cibw-string: "cp311-*"
# - python-version: "3.11"
# cibw-string: "cp311-*"
# - python-version: "3.12"
# cibw-string: "cp312-*"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit cf4d477

Please sign in to comment.