Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-clare committed Oct 27, 2024
1 parent 1a8241b commit da174ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build_wheels:
strategy:
matrix:
python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed
python-version: ["3.10", "3.11", "3.12", "3.13"] # Add more versions as needed
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
poetry build -f wheel
env:
CIBW_SKIP: pp* cp27* cp34* cp35* cp36* cp37* cp38*
CIBW_SKIP: pp* cp27* cp34* cp35* cp36* cp37* cp38* cp39*

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit da174ac

Please sign in to comment.