Skip to content

Commit ecb49ba

Browse files
authored
Merge pull request #125 from jakub-nt/black-bump
Bump Python version in `black` workflows
2 parents b818cef + e98950d commit ecb49ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/black-format.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- name: Checks-out repository
1515
uses: actions/checkout@v4
16-
- name: Set up Python 3.6cf_remote
16+
- name: Set up Python 3.12
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.6"
19+
python-version: "3.12"
2020
- name: Install black
2121
run: |
2222
python -m pip install --upgrade pip

.github/workflows/black.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [3.6]
18+
python-version: [3.12]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)