Skip to content

Commit b2438bc

Browse files
committed
Require Python >= 3.9
1 parent 65b1ea5 commit b2438bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "linode_api4"
88
authors = [{ name = "Linode", email = "devs@linode.com" }]
99
description = "The official Python SDK for Linode API v4"
1010
readme = "README.rst"
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.9"
1212
keywords = [
1313
"akamai",
1414
"Akamai Connected Cloud",
@@ -25,7 +25,6 @@ classifiers = [
2525
"License :: OSI Approved :: BSD License",
2626
"Programming Language :: Python",
2727
"Programming Language :: Python :: 3",
28-
"Programming Language :: Python :: 3.8",
2928
"Programming Language :: Python :: 3.9",
3029
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)