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 07a4e47 commit 0f99f6bCopy full SHA for 0f99f6b
.github/workflows/python-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v4
15
with:
16
- python-version: "3.11"
+ python-version: "3.12"
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.11
+ python: python3.12
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
- - --py311-plus
+ - --py312-plus
pyproject.toml
@@ -37,7 +37,7 @@ python_files = [
37
extend-exclude = [
38
".env",
39
]
40
-target-version = "py311"
+target-version = "py312"
41
42
[tool.ruff.lint]
43
extend-select = [
0 commit comments