Skip to content

Commit

Permalink
Add: Add linting for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Mar 23, 2023
1 parent 6c84f04 commit eaa9023
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: Check with black, pylint and pontos.version
Expand All @@ -33,9 +34,9 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
Expand Down

0 comments on commit eaa9023

Please sign in to comment.