Skip to content

Commit

Permalink
lint-and-test github workflow: add runs for python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 17, 2023
1 parent 2745d85 commit 8da1c4f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8da1c4f

Please sign in to comment.