Skip to content

Commit 6613c1b

Browse files
authored
Update python-test.yml to run tests on 3.13
1 parent c504915 commit 6613c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Flask-Parameter-Validation Unit Tests
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "master", "dev/steichman/python3.13"]
99
pull_request:
1010
branches: [ "master" ]
1111

@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: ["3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)