Skip to content

Commit 1b0a771

Browse files
committed
workflows: bump Python to 3.14
Don't mandate 3.14 yet, to make things a bit easier for contributors. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 88bf898 commit 1b0a771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: '3.13'
22+
python-version: 3.14
2323
- name: Install dependencies
2424
run: python -m pip install pre-commit
2525
- name: Cache pre-commit environments

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.black]
22
line-length = 79
33
skip-string-normalization = true
4-
target-version = ["py313"]
4+
target-version = ["py313", "py314"]
55

66
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
77
[tool.codespell]

0 commit comments

Comments
 (0)