Skip to content

Commit c419d55

Browse files
committed
fix abi tag for P3.7
1 parent 3df3a3e commit c419d55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
platform: [ubuntu-latest, macos-latest, windows-latest]
2020
python-version: ["3.7", "3.8", "3.9", "3.10"]
2121
exclude:
22-
- platform: ubuntu-latest
23-
python-version: "3.7"
2422
- platform: windows-latest
2523
python-version: "3.8"
2624
- platform: windows-latest
@@ -77,7 +75,7 @@ jobs:
7775
path: dist
7876

7977
- if: matrix.platform == 'ubuntu-latest'
80-
run: python -c "import sys; vi=sys.version_info; print(f'PV={vi.major}{vi.minor}')" >> $GITHUB_ENV
78+
run: python -c "import sys; vi=sys.version_info; abitag='m' if vi.minor<8 else ''; print(f'PV={vi.major}{vi.minor}{abitag}')" >> $GITHUB_ENV
8179

8280
- if: matrix.platform == 'ubuntu-latest'
8381
uses: RalfG/[email protected]

0 commit comments

Comments
 (0)