Skip to content

Commit 9f1da46

Browse files
chore: drop Python 3.8 and 3.9 support
1 parent 01c2fc5 commit 9f1da46

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "codecarbon"
77
dynamic = ["version"]
88
readme = "README.md"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.10"
1010
license = "MIT"
1111
license-files = ["LICENSE"]
1212
authors = [
@@ -18,8 +18,6 @@ authors = [
1818
]
1919
classifiers = [
2020
"Natural Language :: English",
21-
"Programming Language :: Python :: 3.8",
22-
"Programming Language :: Python :: 3.9",
2321
"Programming Language :: Python :: 3.10",
2422
"Programming Language :: Python :: 3.11",
2523
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)