File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 40
40
strategy :
41
41
matrix :
42
42
python-version :
43
- # FIXME: add this back - "3.6"
43
+ - " 3.6"
44
44
- " 3.7"
45
45
- " 3.8"
46
46
- " 3.9"
50
50
include :
51
51
- os : ubuntu-latest
52
52
53
- # # older versions need older OS
54
- # - python-version: "3.6"
55
- # os: ubuntu-20.04
53
+ # older versions need older OS
54
+ - python-version : " 3.6"
55
+ os : ubuntu-20.04
56
56
57
57
- python-version : " 3.7"
58
58
os : ubuntu-22.04
@@ -204,8 +204,8 @@ jobs:
204
204
- name : Build wheels
205
205
uses : pypa/cibuildwheel@v2.22.0
206
206
env :
207
- # Only build CPython 3.x targets
208
- CIBW_BUILD : " cp3*"
207
+ # Only build CPython ABI3 targets
208
+ CIBW_BUILD : " cp3*-abi3-* "
209
209
# Ensure full C++17 availability on macOS builds
210
210
MACOSX_DEPLOYMENT_TARGET : " 10.13"
211
211
# Signal setup.py to fail if binary build fails
@@ -253,8 +253,8 @@ jobs:
253
253
run : python -m build --sdist
254
254
255
255
- uses : actions/upload-artifact@v4
256
- name : release-dist-sdist
257
256
with :
257
+ name : release-dist-sdist
258
258
path : dist/*.tar.gz
259
259
260
260
# -------------------------------------------------------------------------------
Original file line number Diff line number Diff line change
1
+ # This file is only required for Python3.6 build compatibility with pyproject.toml
2
+ [metadata]
3
+ name = systemrdl-compiler
4
+ version = attr: systemrdl.__about__.__version__
5
+
6
+ [options]
7
+ package_dir =
8
+ =src
You can’t perform that action at this time.
0 commit comments