Skip to content

Commit

Permalink
Update pypi_release.yml with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
torressa authored Jun 5, 2024
1 parent cef3a04 commit 8aa3578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
fail-fast: false
matrix:
python: # Update this list whenever the docker image is updated (check /opt/python/)
- cp37-cp37m
- cp38-cp38
- cp39-cp39
- cp310-cp310
- cp311-cp311
- cp312-cp312
steps:
- uses: actions/checkout@v2
- name: Install python3-devel
Expand Down Expand Up @@ -74,8 +74,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, macos-11, macos-13]
python-version: [3.9, "3.10", "3.11"]
os: [macos-12, macos-13, macos-14]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
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 8aa3578

Please sign in to comment.