Skip to content

Commit

Permalink
[6.15.z] Add Python 3.13 for PR checks in GHA (#17523)
Browse files Browse the repository at this point in the history
[6.16.z] Add Python 3.13 for PR checks in GHA (#17522)

Add Python 3.13 for PR checks in GHA (#17405)

Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit e2d0259)
(cherry picked from commit 1edc605)

Co-authored-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Satellite-QE and Gauravtalreja1 authored Feb 6, 2025
1 parent 47c3f80 commit bba754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
env:
UV_CACHE_DIR: /tmp/.uv-cache
UV_SYSTEM_PYTHON: 1
Expand Down

0 comments on commit bba754f

Please sign in to comment.