Update github workflow. Remove 3.6, add 3.10

This commit is contained in:
mmoussallam
2022-09-02 15:04:52 +02:00
parent 9b46369389
commit 3a50fabf75
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install Poetry
run: |
pip install poetry