We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1948329 commit 9297014Copy full SHA for 9297014
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
name = "davinci-functions"
9
description = "Library to ask OpenAI GPT for generating Python literals."
10
readme = "README.md"
11
-requires-python = ">=3.9, <3.12"
+requires-python = ">=3.8, <3.12"
12
license = {text = "MIT License"}
13
authors = [
14
{name = "Yusuke Oda", email = "odashi@inspiredco.ai"}
@@ -22,6 +22,7 @@ keywords = [
22
]
23
classifiers = [
24
"License :: OSI Approved :: MIT License",
25
+ "Programming Language :: Python :: 3.8",
26
"Programming Language :: Python :: 3.9",
27
"Programming Language :: Python :: 3.10",
28
"Programming Language :: Python :: 3.11",
0 commit comments