We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c2fc5 commit 9f1da46Copy full SHA for 9f1da46
1 file changed
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "codecarbon"
7
dynamic = ["version"]
8
readme = "README.md"
9
-requires-python = ">=3.8"
+requires-python = ">=3.10"
10
license = "MIT"
11
license-files = ["LICENSE"]
12
authors = [
@@ -18,8 +18,6 @@ authors = [
18
]
19
classifiers = [
20
"Natural Language :: English",
21
- "Programming Language :: Python :: 3.8",
22
- "Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
0 commit comments