Skip to content

Commit ee62325

Browse files
Create Build_wheels_for_cpython313_x86_u16.yml
New wheel for i686 for python3.13
1 parent 5fcc782 commit ee62325

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Build wheels for CPython3.13 x86 on Ubuntu16 with GCC-5 All warnings
2+
3+
on: [push, pull_request]
4+
5+
concurrency:
6+
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.sha || '' }}
7+
cancel-in-progress: true
8+
9+
jobs:
10+
build_wheels:
11+
name: Build wheel - ${{ matrix.os.name }}
12+
runs-on: ${{ matrix.os.runs-on }}
13+
strategy:
14+
fail-fast: false
15+
matrix:
16+
os:
17+
- name: Ubuntu 20 x86 CPython 3.13
18+
runs-on: ubuntu-latest
19+
matrix: linux
20+
arch: i386
21+
tag_arch: x86_64
22+
release: xenial
23+
mirror: http://azure.archive.ubuntu.com/ubuntu
24+
#version: 1.5.6.7
25+
# pyver: "3.7"
26+
getpipurl: https://bootstrap.pypa.io/pip/get-pip.py
27+
pypkg: python3.13
28+
#pypkgadd: python3.13-distutils
29+
pyengine_tag: cp313-cp313
30+
libc_tag: manylinux_2_14
31+
steps:
32+
- name: Checkout code
33+
uses: actions/checkout@v4
34+
with:
35+
submodules: 'recursive'
36+

0 commit comments

Comments
 (0)