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

This commit is contained in:
Henrich Hartzer committed 2023-07-07 15:44:19 +00:00
1 parent b87630803f
commit a1bffe4f26
2 files changed
+3 -4

No files matched your search

+2 -4
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