Skip to content

Commit b4c5c51

Browse files
committed
build: Drop support for Python 3.8
1 parent d4ef7a8 commit b4c5c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
target-version = "py38"
1+
target-version = "py39"
22
line-length = 120
33

44
[lint]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{name = "Timothée Mazzucotelli", email = "[email protected]"}]
99
license = "ISC"
1010
license-files = ["LICENSE"]
1111
readme = "README.md"
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.9"
1313
keywords = ["python", "source", "signature", "docs"]
1414
dynamic = ["version"]
1515
classifiers = [

0 commit comments

Comments
 (0)