Skip to content

Commit 2a1b3ca

Browse files
committed
Require Python 3.9
1 parent 1b17b1a commit 2a1b3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "linode-cli"
77
authors = [{ name = "Akamai Technologies Inc.", email = "[email protected]" }]
88
description = "The official command-line interface for interacting with the Linode API."
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = { text = "BSD-3-Clause" }
1212
classifiers = []
1313
dependencies = [
@@ -54,7 +54,7 @@ line_length = 80
5454

5555
[tool.black]
5656
line-length = 80
57-
target-version = ["py37", "py38", "py39", "py310", "py311"]
57+
target-version = ["py39", "py310", "py311"]
5858

5959
[tool.autoflake]
6060
expand-star-imports = true

0 commit comments

Comments
 (0)