Don't use really old Python for deliverable building

This commit is contained in:
James R. Barlow
2023-09-21 00:05:39 -07:00
parent 23a37fc35c
commit 0c287929c2
+1 -1
View File
@@ -221,7 +221,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: "3.7"
python-version: "3.9"
- name: Make wheels and sdist
run: |