Skip to content

Commit

Permalink
Require Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Dec 9, 2024
1 parent 1b17b1a commit 2a1b3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "linode-cli"
authors = [{ name = "Akamai Technologies Inc.", email = "[email protected]" }]
description = "The official command-line interface for interacting with the Linode API."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { text = "BSD-3-Clause" }
classifiers = []
dependencies = [
Expand Down Expand Up @@ -54,7 +54,7 @@ line_length = 80

[tool.black]
line-length = 80
target-version = ["py37", "py38", "py39", "py310", "py311"]
target-version = ["py39", "py310", "py311"]

[tool.autoflake]
expand-star-imports = true
Expand Down

0 comments on commit 2a1b3ca

Please sign in to comment.