Skip to content

Commit

Permalink
ci: add Python 3.11 & 3.12 for code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
raymar9 committed Mar 13, 2024
1 parent e774e26 commit a5db440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

name: Running Python code checks with Python ${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit a5db440

Please sign in to comment.