Skip to content

Commit

Permalink
support Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
odashi committed Mar 4, 2023
1 parent 1948329 commit 9297014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"
name = "davinci-functions"
description = "Library to ask OpenAI GPT for generating Python literals."
readme = "README.md"
requires-python = ">=3.9, <3.12"
requires-python = ">=3.8, <3.12"
license = {text = "MIT License"}
authors = [
{name = "Yusuke Oda", email = "[email protected]"}
Expand All @@ -22,6 +22,7 @@ keywords = [
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 9297014

Please sign in to comment.