Update Github CI removing end-of-lifed Python 3.6 and 3.7, add 3.11

This commit is contained in:
Henrich Hartzer
2023-07-07 15:42:25 +00:00
parent b87630803f
commit a1bffe4f26
2 changed files with 3 additions and 4 deletions

View File

@@ -13,11 +13,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v2
- name: Install Python 3
@@ -55,11 +54,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v2
- name: Install Python 3