mirror of
https://github.com/ciromattia/kcc
synced 2025-12-11 08:46:25 +00:00
build on Python 3.12 instead of Python 3.11 (#885)
* use python 3.12 * bump to python 3.12
This commit is contained in:
2
.github/workflows/package-macos.yml
vendored
2
.github/workflows/package-macos.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.11
|
||||
python-version: 3.12
|
||||
cache: 'pip'
|
||||
- name: Install python dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user