Use version 3.10 for checks that are part of the lint and upload source distribution workflow (#16713)

This commit is contained in:
Amine Khaldi 2023-10-30 18:01:46 +01:00 committed by GitHub
parent 51dc06d6c1
commit 8db4860bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: