Test: Update build tests to new minimum python version

This commit is contained in:
Mike Auty
2022-08-24 21:20:56 +01:00
parent a5fe38339a
commit a337ec732a
+2 -2
View File
@@ -7,10 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.7'
- name: Install dependencies
run: |