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

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}