Skip to content

Commit

Permalink
Merge pull request ruyisdk#130 from wychlw/main
Browse files Browse the repository at this point in the history
CI: Fix: bump Python version
  • Loading branch information
KevinMX authored Jan 3, 2025
2 parents f9d39c7 + 4a1c51f commit ac3a75d
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 ac3a75d

Please sign in to comment.