Skip to content

Commit

Permalink
Updated packages and expanded test matrix to include Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Nov 8, 2024
1 parent d387fd0 commit fde4bb2
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
eventstore-image-tag: [ "21.10.9-buster-slim", "22.10.3-buster-slim", "23.10.0-bookworm-slim" ]
env:
EVENTSTORE_IMAGE_TAG: ${{ matrix.eventstore-image-tag }}
Expand Down
Loading

0 comments on commit fde4bb2

Please sign in to comment.