Skip to content

Commit 83e6c69

Browse files
authored
Don't use Python 3.12 with Black (in ci_format_checks.yml) (#769)
1 parent 29291fd commit 83e6c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_format_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Python with caching of pip dependencies
6666
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6767
with:
68-
python-version: '3.12'
68+
python-version: '3.13'
6969
cache: pip
7070
cache-dependency-path: dev-requirements.txt
7171

0 commit comments

Comments
 (0)