Skip to content

Commit 992313f

Browse files
committed
🧪 Run pre-commit on Python 3.11 (#120)
Update the pre-commit CI job to use Python 3.11 instead of 3.10.
1 parent b83f6dd commit 992313f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.11'
1818
cache: pip
1919
cache-dependency-path: pyproject.toml
2020

0 commit comments

Comments
 (0)