Skip to content

Commit 9df0711

Browse files
authored
Merge pull request #327 from DoubleML/s-update-workflows
Add python 3.13 to build workflow
2 parents 64a6b7d + 1157b4b commit 9df0711

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)