Skip to content

Commit

Permalink
Bump python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
insani7y committed Jul 6, 2024
1 parent 3fb1279 commit 798f533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
27 changes: 2 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ readme = "README.md"
packages = [{ include = "microbootstrap" }]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
pydantic-settings = "^2.3.4"
granian = { version = "^1.4.4", extras = ["reload"] }
# for logging boostrap
Expand Down Expand Up @@ -84,7 +84,7 @@ build-backend = "poetry.core.masonry.api"

[tool.mypy]
files = ["microbootstrap", "tests"]
python_version = "3.8"
python_version = "3.9"
strict = true
ignore_missing_imports = true
pretty = true
Expand All @@ -98,7 +98,7 @@ disallow_subclassing_any = false
disallow_untyped_decorators = false

[tool.ruff]
target-version = "py38"
target-version = "py39"
line-length = 120

[tool.ruff.format]
Expand Down

0 comments on commit 798f533

Please sign in to comment.