Browse Source

ci: added python 3.11

pull/382/head
Richard Nemeth 2 years ago
parent
commit
6554235b50
  1. 2
      .github/workflows/lint.yaml

2
.github/workflows/lint.yaml

@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
needs:
- check-commits
- check-linting

Loading…
Cancel
Save