Bump minimum Python version to 3.9 (#178)

This commit is contained in:
Joel Challis
2024-10-27 04:36:55 +00:00
committed by GitHub
parent d3917b10e7
commit 86a3decd0a
5 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.9'
- name: Set up QEMU
uses: docker/setup-qemu-action@v3