Skip to content

Commit 40ebee0

Browse files
Add Python 3.13 to gh test workflows
1 parent c14dc12 commit 40ebee0

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
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
41+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4242
steps:
4343
- uses: actions/checkout@v4
4444
- uses: ./.github/actions/python-poetry-env

0 commit comments

Comments
 (0)