Skip to content

Commit

Permalink
feat: upgrade CI Python version to 3.12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: trigger major release
  • Loading branch information
hsluoyz committed Mar 28, 2024
1 parent 06d1aad commit 02d357f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'

- name: Install setuptools
run: python -m pip install --upgrade setuptools wheel twine
Expand Down

0 comments on commit 02d357f

Please # to comment.