Skip to content

Commit bc4b1ae

Browse files
committed
fix: deprecate 3.9 properly
1 parent 51c1b00 commit bc4b1ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
rev: v3.20.0
1313
hooks:
1414
- id: pyupgrade
15-
args: ["--py39-plus"]
15+
args: ["--py310-plus"]
1616

1717
- repo: https://github.com/adamchainz/django-upgrade
1818
rev: "1.29.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "BSD-3-Clause"
1111
authors = [
1212
{ name = "Fabian Braun", email = "[email protected]" },
1313
]
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.10"
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Framework :: Django",

0 commit comments

Comments
 (0)