Skip to content

Commit 686fdb7

Browse files
committed
Build test wheel using older py version
1 parent 186236c commit 686fdb7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ on:
1212
- published
1313

1414
jobs:
15+
# Build test wheel using oldest supported version
1516
build_test_wheel:
16-
runs-on: ubuntu-latest
17+
# 3.8 requires older os
18+
runs-on: ubuntu-22.04
1719
steps:
1820
- uses: actions/checkout@v4
1921
- name: Set up Python
2022
uses: actions/setup-python@v4
2123
with:
22-
python-version: "3.11"
24+
python-version: "3.7"
2325

2426
- name: build
2527
env:

0 commit comments

Comments
 (0)