From 096c2fb2fb221538f5988dd67c625f728d902397 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sun, 25 Aug 2024 13:29:05 +0200 Subject: [PATCH] Update Python version used to build sdist and wheels to the earliest version supported by the build package. --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ea3b4d..3a3bf55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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: |