Skip to content

Commit

Permalink
chore(ci): add python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsnastins committed Nov 3, 2024
1 parent 8b275ff commit 105dac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
TESTCONTAINER_DOCKER_NETWORK: tomodachi-testcontainers
DOCKER_BUILDKIT: 1
strategy:
max-parallel: 4
max-parallel: 5
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

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

0 comments on commit 105dac7

Please # to comment.