Skip to content

Commit

Permalink
turn off hpy on 3.13
Browse files Browse the repository at this point in the history
pmp-p committed Oct 19, 2024
1 parent e96269d commit 21d50e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -61,12 +61,12 @@ jobs:
- name: build 3.13 packages
run: |
cd $GITHUB_WORKSPACE
PYBUILD=3.13 bash ./scripts/build-pkg.sh
PYBUILD=3.13 PACKAGES="emsdk pygame" BUILD_STATIC="emsdk" bash ./scripts/build-pkg.sh
- name: build 3.13 loader
run: |
cd $GITHUB_WORKSPACE
PYBUILD=3.13 bash ./scripts/build-loader.sh
PYBUILD=3.13 PACKAGES="emsdk pygame" BUILD_STATIC="emsdk" bash ./scripts/build-loader.sh
- name: build 3.14 packages
run: |

0 comments on commit 21d50e6

Please sign in to comment.