Skip to content

Commit c7e8dee

Browse files
authored
Update Python version in CI workflow
1 parent 183e6a7 commit c7e8dee

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
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
version: ['3.10', '3.12']
27+
version: ['3.10', '3.14']
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: astral-sh/setup-uv@v3

0 commit comments

Comments
 (0)