Skip to content

Commit

Permalink
update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ikamensh committed Feb 2, 2025
1 parent b174a1d commit 8334ff9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
]
Expand Down Expand Up @@ -63,7 +65,7 @@ ignore_missing_imports = true

[tool.ruff]
line-length = 141
target-version = "py37"
target-version = "py39"
exclude = ["build/**"]

[tool.ruff.lint]
Expand Down

0 comments on commit 8334ff9

Please sign in to comment.