Skip to content

Commit

Permalink
Build test wheel using older py version
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Jan 7, 2025
1 parent 186236c commit 686fdb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ on:
- published

jobs:
# Build test wheel using oldest supported version
build_test_wheel:
runs-on: ubuntu-latest
# 3.8 requires older os
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.7"

- name: build
env:
Expand Down

0 comments on commit 686fdb7

Please sign in to comment.