Skip to content

Commit 7fbc58e

Browse files
committed
Test wheels
1 parent 0ab3e98 commit 7fbc58e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- "pypy3.8"
2626
- "pypy3.9"
2727
- "pypy3.10"
28+
exclude:
29+
- cython-version: "0.29.37"
30+
python-version: "3.13"
2831
steps:
2932
- name: Checkout
3033
uses: actions/checkout@v4

Diff for: .github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build wheels
22

33
on:
4-
# pull_request: # Uncomment to debug wheel building in a PR
4+
pull_request: # Uncomment to debug wheel building in a PR
55
push:
66
branches:
77
- master

0 commit comments

Comments
 (0)