Skip to content

Commit c6c2647

Browse files
committed
Bump up python minimum version
1 parent 2e76ae6 commit c6c2647

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
@@ -25,6 +25,7 @@ reportMissingTypeStubs = false # Ignore errors from modules without type stub
2525
reportUnknownMemberType = false # Ignore errors from untyped function calls in third-party modules
2626
reportUnknownVariableType = false # Ignore errors from untyped function calls in third-party modules
2727

28+
pythonVersion = "3.9"
2829

2930
[tool.yapf]
3031
based_on_style = "pep8"
@@ -38,7 +39,7 @@ line-length = 119
3839
select = ["PLE", "PLR", "PLW", "E", "W", "F", "I", "Q", "C", "B"]
3940

4041
[tool.poetry.dependencies]
41-
python = "^3.8"
42+
python = "^3.9"
4243
poetry = "^1.3.1"
4344
revchatgpt = "^3.0.5"
4445
typer = { extras = ["all"], version = "^0.7.0" }

0 commit comments

Comments
 (0)