Skip to content

Commit 02d357f

Browse files
committed
feat: upgrade CI Python version to 3.12
BREAKING CHANGE: trigger major release
1 parent 06d1aad commit 02d357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up python
8787
uses: actions/setup-python@v2
8888
with:
89-
python-version: '3.11'
89+
python-version: '3.12'
9090

9191
- name: Install setuptools
9292
run: python -m pip install --upgrade setuptools wheel twine

0 commit comments

Comments
 (0)