Skip to content

Commit e805e24

Browse files
committed
Update GH workflow
Signed-off-by: Waldemar Quevedo <wally@nats.io>
1 parent 480c668 commit e805e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ on:
1313
jobs:
1414
test:
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 20
1617
env:
1718
NATS_SERVER_VERSION: ${{ matrix.nats_version }}
1819
strategy:
1920
fail-fast: false
2021
matrix:
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2223
nats_version: ["v2.10.26", "v2.11.0", "main"]
2324

2425
steps:

0 commit comments

Comments
 (0)