Skip to content

Commit

Permalink
fpgrowt: Include Python.h instead of longintrepr.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Sep 15, 2023
1 parent 9965e4a commit f6fa67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,3 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: downloads/
# repository_url: https://test.pypi.org/legacy/
# verbose: true
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ requires = [
build-backend = 'setuptools.build_meta'

[tool.cibuildwheel]
# Restrict the set of builds to mirror the wheels available in Orange3.
skip = ["cp36-*", "cp37-*", "cp38-*", "pp*", "*-musllinux_*"]
# todo: skipping cp311 since _fpgrowth not compatible, fix it and then enalbe cp311
skip = ["cp36-*", "cp37-*", "cp38-*", "cp311-*", "pp*", "*-musllinux_*"]
build-verbosity = 2

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit f6fa67d

Please sign in to comment.