Drop Python 3.6 and add 3.11 in GH CI build

This commit is contained in:
Marcin Kulik
2023-03-02 11:19:59 +01:00
committed by GitHub
parent db3a17df32
commit 06b89ee5f8

View File

@@ -33,11 +33,11 @@ jobs:
strategy: strategy:
matrix: matrix:
python: python:
- "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"
- "3.9" - "3.9"
- "3.10" - "3.10"
- "3.11"
env: env:
TERM: dumb TERM: dumb
steps: steps: