Skip to content

Commit

Permalink
Build Python wheels for 3.12 on all operating systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Oct 10, 2023
1 parent 185deb3 commit cacbee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: needs.should-publish.outputs.is_new_version == 'yes'
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
if: needs.should-publish.outputs.is_new_version == 'yes'
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
if: needs.should-publish.outputs.is_new_version == 'yes'
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
# if: needs.should-publish.outputs.is_new_version == 'yes'
# strategy:
# matrix:
# python-version: ["3.9", "3.10", "3.11"]
# python-version: ["3.9", "3.10", "3.11", "3.12"]
# steps:
# - uses: actions/checkout@v3
# with:
Expand Down

0 comments on commit cacbee8

Please sign in to comment.