We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b818cef + e98950d commit ecb49baCopy full SHA for ecb49ba
.github/workflows/black-format.yml
@@ -13,10 +13,10 @@ jobs:
13
steps:
14
- name: Checks-out repository
15
uses: actions/checkout@v4
16
- - name: Set up Python 3.6cf_remote
+ - name: Set up Python 3.12
17
uses: actions/setup-python@v5
18
with:
19
- python-version: "3.6"
+ python-version: "3.12"
20
- name: Install black
21
run: |
22
python -m pip install --upgrade pip
.github/workflows/black.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.6]
+ python-version: [3.12]
- uses: actions/checkout@v4
0 commit comments