Update Python version for testing

This commit is contained in:
Manu 2023-03-11 11:09:05 +00:00
parent 3a80957fe8
commit e3b22f1849
2 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v1 uses: actions/setup-python@v4
with: with:
python-version: 3.8 python-version: "3.10"
- name: Install Molecule - name: Install Molecule
run: | run: |
pip install -U pip setuptools wheel pip install -U pip setuptools wheel

View File

@ -146,4 +146,4 @@ MIT/BSD
## Author ## Author
© 2018-2020 Manuel Riel and contributors. © 2018-2023 Manuel Riel and contributors.