Skip to content

Commit 6cad61e

Browse files
authored
Merge pull request #28 from code-yeongyu/feature/bump-up-python
Bump up python version to `3.9`
2 parents 2e76ae6 + c6c2647 commit 6cad61e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
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)