Skip to content

Commit c0c3393

Browse files
committed
github: build on Python 3.13
1 parent b51608e commit c0c3393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
strategy:
3030
matrix:
31-
python-version: [ '3.10', '3.11', '3.12' ]
31+
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
3232
steps:
3333
- run: pipx install poetry
3434
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)