Skip to content

Commit 4b07209

Browse files
authored
Update python-app.yml
1 parent 06a3ff2 commit 4b07209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] # Updated to versions compatible with uv
11+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] # Updated to versions compatible with uv
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
@@ -50,4 +50,3 @@ jobs:
5050
fail_ci_if_error: true
5151
env: # Ensure environment variables are available if action needs them
5252
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
53-
```

0 commit comments

Comments
 (0)