Skip to content

Commit

Permalink
remove py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed May 3, 2024
1 parent eda0133 commit 8340362
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ keywords = [
"visualization",
"mesh",
]
requires-python = ">=3.7"
requires-python = ">=3.8"
license = {file = "LICENSE.txt"}
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down Expand Up @@ -81,7 +80,7 @@ version = {attr = "gustaf._version.version"}

[tool.ruff]
line-length = 79
target-version = "py37"
target-version = "py38"

[tool.ruff.lint]
select = [
Expand All @@ -107,7 +106,6 @@ ignore = [
"PLR0913", # Too many arguments to function call
"PLR0915", # Too many statements
"B904", # Within an `except` clause, raise exceptions with ...
# "PLR0911", # Too many return statements
]

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

0 comments on commit 8340362

Please sign in to comment.