1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-11 08:46:25 +00:00

Revert "build on Python 3.12 instead of Python 3.11 (#885)" (#904)

This reverts commit 80b01d298f.
This commit is contained in:
Alex Xu
2025-04-17 09:53:40 -07:00
committed by GitHub
parent 36180f7904
commit bc516634cf
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.11
cache: 'pip'
- name: Install dependencies
env: