Skip to content

Commit

Permalink
🔧 update pyproject.toml
Browse files Browse the repository at this point in the history
- increase line length to 100
- support python >= 3.11
  • Loading branch information
zrquan committed Aug 4, 2024
1 parent cfb5784 commit 104e0fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
python = ">=3.11"
pydantic-xml = "^2.11.0"
aiofiles = "^24.1.0"

[tool.poetry-dynamic-versioning]
enable = true

[tool.ruff]
line-length = 100

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 104e0fb

Please sign in to comment.