We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c60e2 commit 43547c6Copy full SHA for 43547c6
.github/workflows/python-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: "3.13"
+ python-version: "3.14"
17
cache: "pip"
18
cache-dependency-path: requirements.*.txt
19
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
---
2
default_language_version:
3
- python: python3.13
+ python: python3.14
4
repos:
5
- repo: https://github.com/adamchainz/django-upgrade
6
rev: 1.24.0
@@ -23,4 +23,4 @@ repos:
23
hooks:
24
- id: pyupgrade
25
args:
26
- - --py313-plus
+ - --py314-plus
pyproject.toml
@@ -37,7 +37,7 @@ python_files = [
37
extend-exclude = [
38
".env",
39
]
40
-target-version = "py313"
+target-version = "py314"
41
42
[tool.ruff.lint]
43
extend-select = [
0 commit comments