Skip to content

Commit 9297014

Browse files
author
odashi
committed
support Python 3.8
1 parent 1948329 commit 9297014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88
name = "davinci-functions"
99
description = "Library to ask OpenAI GPT for generating Python literals."
1010
readme = "README.md"
11-
requires-python = ">=3.9, <3.12"
11+
requires-python = ">=3.8, <3.12"
1212
license = {text = "MIT License"}
1313
authors = [
1414
{name = "Yusuke Oda", email = "odashi@inspiredco.ai"}
@@ -22,6 +22,7 @@ keywords = [
2222
]
2323
classifiers = [
2424
"License :: OSI Approved :: MIT License",
25+
"Programming Language :: Python :: 3.8",
2526
"Programming Language :: Python :: 3.9",
2627
"Programming Language :: Python :: 3.10",
2728
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)