Skip to content

Commit ab96d7c

Browse files
committed
add py314 to CI
Signed-off-by: Filinto Duran <[email protected]>
1 parent 9bf49a9 commit ab96d7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -43,7 +43,8 @@ jobs:
4343
# Install and run the durabletask-go sidecar for running e2e tests
4444
- name: Pytest e2e tests
4545
run: |
46-
go install github.com/dapr/durabletask-go@main
46+
# TODO: use dapr run instead of durabletask-go as it provides a more reliable sidecar behaviorfor e2e tests
47+
go install github.com/dapr/durabletask-go@main
4748
durabletask-go --port 4001 &
4849
tox -e py${{ matrix.python-version }}-e2e
4950
publish:

0 commit comments

Comments
 (0)