10000 Version 1.16.0: ada 3.0.1 by bbayles · Pull Request #101 · ada-url/ada-python · GitHub
[go: up one dir, main page]

Skip to content

Version 1.16.0: ada 3.0.1 #101

New issue
8000

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Feb 3, 2025
Prev Previous commit
Next Next commit
g++-12 again
  • Loading branch information
bbayles committed Jan 31, 2025
commit 91dae32f5780f540abad28d1000aa6cd1883e321
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- uses: actions/checkout@v4
- run: make requirements
- if: runner.os == 'Linux'
run: |
sudo apt-get install g++-12
- name: Set up QEMU # Needed to build aarch64 wheels
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ manylinux-x86_64-image = "manylinux_2_28"
[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64"]
environment = "CXX='g++-12'"
before-build = "apt-get -y install g++-12"

[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2", "arm64"]
Expand Down
Loading
0