Skip to content

Commit dd4f8bb

Browse files
Tomasz Wojciktomwojcik
Tomasz Wojcik
authored andcommitted
add python 3.13 to testing matrix
1 parent 763ebcc commit dd4f8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: [ 3.9, '3.10', '3.11', '3.12' ]
13+
python-version: [ 3.9, '3.10', '3.11', '3.12' , '3.13' ]
1414
poetry-version: [ 1.7.1 ]
1515
starlette-version: [ '0.27.0', '0.33.0', '0.37.0', '0.42.0', '0.46.0' ]
1616
os: [ ubuntu-latest ]

0 commit comments

Comments
 (0)