1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +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:
Alex Xu
2025-03-29 20:39:34 -07:00
committed by GitHub
parent de2aad0b9c
commit 80b01d298f
5 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ jobs:
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: 3.11
# python-version: 3.12
# cache: 'pip'
# - name: Install python dependencies
# run: |