Skip to content

Commit

Permalink
ensure support is removed from python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Jan 9, 2024
1 parent 7e0d9ce commit 36c4f77
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "airtable-to-sqlite"
dynamic = ["version"]
description = 'Export Airtable bases to an sqlite database'
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = "MIT"
keywords = []
authors = [{ name = "David Kane", email = "[email protected]" }]
Expand Down Expand Up @@ -73,13 +73,8 @@ all = ["style", "typing"]
[tool.mypy]
ignore_missing_imports = true

[tool.black]
target-version = ["py37"]
line-length = 120
skip-string-normalization = true

[tool.ruff]
target-version = "py37"
target-version = "py38"
line-length = 120
select = [
"A",
Expand Down

0 comments on commit 36c4f77

Please sign in to comment.