Upgraded test Python version to 3.8.10 (#53)

EOL for Python 3.6 was 23 Dec 2021.
This commit is contained in:
John Freeman 2022-05-22 10:49:11 +01:00 committed by GitHub
parent e639a2c214
commit e2dcfbc451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.8'
- name: Cache Molecule
id: molecule-cache

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.8'
- name: Install Ansible
run: pip3 install --no-compile ansible-base

View File

@ -1 +1 @@
3.6.7
3.8.10