Core: Bump to python 3.7 with warnings for old global config variables

This commit is contained in:
Mike Auty
2022-09-21 21:23:42 +01:00
parent 72d928fecd
commit dad8fba67f
5 changed files with 29 additions and 6 deletions
+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: |