Skip to content

Commit

Permalink
CI: Fix: bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wychlw committed Jan 2, 2025
1 parent f9d39c7 commit 4a1c51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-index-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: 'pip'
cache-dependency-path: '**/requirements*.txt'
- uses: webfactory/[email protected]
Expand Down

0 comments on commit 4a1c51f

Please sign in to comment.