Skip to content

Commit

Permalink
Add Python 3.13 to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and defnull committed Oct 12, 2024
1 parent cb36a7d commit 1a6d990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
max-parallel: 6
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 1a6d990

Please sign in to comment.