Skip to content
New issue

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

Add build for x86 platform on Windows #51

Merged
merged 4 commits into from
Jan 20, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
exclude pypy and 3.13t with x86 target
  • Loading branch information
Полянских Сергей (Polyanskikh_SV) authored and Полянских Сергей (Polyanskikh_SV) committed Jan 16, 2025
commit eb5b65d6f20ae311d8c403f8f936fe5d6c122565
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,16 @@ jobs:
python_version: pypy-3.9
- target: aarch64
python_version: pypy-3.10
- target: x86
python_version: pypy-3.7
- target: x86
python_version: pypy-3.8
- target: x86
python_version: pypy-3.9
- target: x86
python_version: pypy-3.10
- target: x86
python_version: 3.13t
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-python@v5
Expand Down
Loading