Skip to content

Commit 1157b4b

Browse files
committed
add python 3.13 to build workflow
1 parent 64a6b7d commit 1157b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- {os: 'ubuntu-latest', python-version: '3.10'}
2929
- {os: 'ubuntu-latest', python-version: '3.11'}
3030
- {os: 'ubuntu-latest', python-version: '3.12'}
31+
- {os: 'ubuntu-latest', python-version: '3.13'}
3132

3233
steps:
3334
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)