Skip to content

Commit

Permalink
♻️ chore(ci): update python version from 3.12 to 3.11
Browse files Browse the repository at this point in the history
- adjust python version to mitigate potential compatibility issues
- maintain existing pip caching configuration
  • Loading branch information
awwaawwa committed Jan 20, 2025
1 parent 28ef263 commit e53fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12' # avoid bugs in new versions
python-version: '3.11' # avoid bugs in new versions
cache: 'pip'
cache-dependency-path: pyproject.toml

Expand Down

1 comment on commit e53fb51

@awwaawwa
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Please sign in to comment.