Skip to content

Commit b90df4a

Browse files
Update Python version used for testing.
1 parent cf222e5 commit b90df4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
python-version: ['3.10', '3.11', '3.12']
31+
python-version: ['3.11', '3.12', '3.13']
3232

3333
steps:
3434
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)