Skip to content

Commit

Permalink
Require Python >= 3.9 (linode#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Dec 10, 2024
1 parent 65b1ea5 commit be1017b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "linode_api4"
authors = [{ name = "Linode", email = "[email protected]" }]
description = "The official Python SDK for Linode API v4"
readme = "README.rst"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = [
"akamai",
"Akamai Connected Cloud",
Expand All @@ -25,7 +25,6 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit be1017b

Please sign in to comment.