Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump
  • Loading branch information
trim21 committed Sep 11, 2024
commit dfd5183dd257c48e6139603b4b8b20dd71e7ddb4
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ keywords = ["loguru", "logging", "logger", "log"]
license = {text = "MIT"}
name = "loguru"
readme = 'README.rst'
requires-python = ">=3.5,<4.0"
requires-python = ">=3.7,<4.0"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -75,7 +75,7 @@ Homepage = "https://github.com/Delgan/loguru"
[tool.black]
force-exclude = "tests/exceptions/source/modern/*"
line-length = 100
target-version = ["py35"]
target-version = ["py37"]

[tool.flit.module]
name = "loguru"
Expand Down