Skip to content

Commit

Permalink
Remove py311 and py312 for MacOS in the Python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Oct 15, 2024
1 parent 63ba038 commit 029e48a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ jobs:
pycp: cp39-cp39
- python-version: 3.10
pycp: cp310-cp310
- python-version: 3.11
pycp: cp311-cp311
- python-version: 3.12
pycp: cp312-cp312
# - python-version: 3.11
# pycp: cp311-cp311
# - python-version: 3.12
# pycp: cp312-cp312
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 029e48a

Please sign in to comment.