Skip to content

Commit

Permalink
Update Python version used to build sdist and wheels to the earliest …
Browse files Browse the repository at this point in the history
…version supported by the build package.
  • Loading branch information
hodgestar committed Aug 25, 2024
1 parent 6d24dce commit 096c2fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: "3.6"
# Python 3.8 is the oldest version supported by build
python-version: "3.8"

- name: Install pip build
run: |
Expand Down Expand Up @@ -47,7 +48,8 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: "3.6"
# Python 3.8 is the oldest version supported by build
python-version: "3.8"

- name: Install pip build
run: |
Expand Down

0 comments on commit 096c2fb

Please sign in to comment.