updated py versions

This commit is contained in:
JanLJL
2022-12-11 17:17:36 +01:00
parent 4c50483a83
commit 4734ed95b2
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: "3.10"
- name: Install Python dependencies
run: python -m pip install black flake8

View File

@@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2