Skip to content

Commit

Permalink
Build py3.13 wheel for pysam 0.22.1
Browse files Browse the repository at this point in the history
Also:
- Use Python 3.13 in GitHub workflows
  • Loading branch information
nsoranzo committed Dec 7, 2024
1 parent 868958e commit a46ad1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and upload wheels
on: [push, pull_request]
env:
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*'
CIBW_SKIP: '*-musllinux_*'
concurrency:
# Group runs by PR, but keep runs on the default branch separate
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- uses: actions/download-artifact@v4
with:
name: recipe_list
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
path: wheelhouse/
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- name: Setup deploy environment
run: python3 -m pip install s3pypi
- name: Deploy wheels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.12']
python-version: ['3.8', '3.13']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
1 change: 1 addition & 0 deletions recipes/pysam/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

name: pysam
version: 0.22.1
# as of 0.22.0 {project} in pyproject.toml [tool.cibuildwheel] expects to be the package dir
Expand Down

0 comments on commit a46ad1a

Please sign in to comment.