Skip to content

Commit

Permalink
Update required Python version to 3.9 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbeevip committed Nov 2, 2024
1 parent 7d9fad7 commit f5cb017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-backend = "flit_core.buildapi"
name = "gitlab-bot"
version = "1.2.1"
description = ""
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"gidgetlab[aiohttp]>=1.1.0",
"langchain==0.3.6",
Expand Down

0 comments on commit f5cb017

Please sign in to comment.