Skip to content

Commit

Permalink
Also test Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Nov 9, 2024
1 parent 787edb8 commit ffcf846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9.x", "3.10.x", "3.11.x", "3.12.x"]
python-version: ["3.9.x", "3.10.x", "3.11.x", "3.12.x", "3.13.x"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit ffcf846

Please sign in to comment.