Skip to content

Commit

Permalink
Merge branch 'py313' into py313-test
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 6, 2024
2 parents 766a8f7 + 649c0da commit fd431a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ jobs:
env:
CIBW_TEST_REQUIRES: "pytest msgpack pyyaml tomli tomli_w"
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
CIBW_SKIP: "*-win32 *_i686 *_s390x *_ppc64le"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_TEST_SKIP: "*_arm64 *-musllinux_*"
CIBW_ENVIRONMENT: "CFLAGS=-g0"
CIBW_PRERELEASE_PYTHONS: "true"

steps:
- uses: actions/checkout@v2
Expand All @@ -100,11 +99,11 @@ jobs:
- name: Set up Environment
if: github.event_name != 'release'
run: |
echo "CIBW_BUILD=${CIBW_BUILD} cp313-*" >> $GITHUB_ENV
echo "CIBW_BUILD=${CIBW_BUILD}" >> $GITHUB_ENV
echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp38-*_aarch64 cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64 cp313-*_aarch64" >> $GITHUB_ENV
- name: Build & Test Wheels
uses: pypa/cibuildwheel@de84624d7075abbe3704bbe343d17f3bc85c9cb8
uses: pypa/cibuildwheel@v2.20.0

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

0 comments on commit fd431a5

Please sign in to comment.