mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-28 11:38:38 +03:00
Use version 3.10 for checks that are part of the lint and upload source distribution workflow (#16713)
This commit is contained in:
parent
51dc06d6c1
commit
8db4860bce
4
.github/workflows/upload-pypi-source.yml
vendored
4
.github/workflows/upload-pypi-source.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
||||
- name: Intel
|
||||
matrix: intel
|
||||
python:
|
||||
- major_dot_minor: '3.8'
|
||||
- major_dot_minor: '3.10'
|
||||
check:
|
||||
- name: black
|
||||
command: black --check --diff .
|
||||
@ -182,7 +182,7 @@ jobs:
|
||||
- uses: Chia-Network/actions/setup-python@main
|
||||
name: Install Python
|
||||
with:
|
||||
python-version: '3.8'
|
||||
python-version: '3.10'
|
||||
|
||||
- uses: ./.github/actions/install
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user