Skip to content

Commit

Permalink
support only >=py311
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 26, 2024
1 parent 21e3f3c commit c894ce1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ maintainers = [
{name = "Callum Rollo", email = "[email protected]"},
{name = "Filipe Fernandes", email = "[email protected]"},
]
requires-python = ">=3.8"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
Expand Down Expand Up @@ -56,7 +53,7 @@ select = [
"T20", # flake8-print
"UP", # upgrade
]
target-version = "py38"
target-version = "py311"
line-length = 79

[tool.ruff.per-file-ignores]
Expand Down

0 comments on commit c894ce1

Please sign in to comment.