Skip to content

Commit 1d905cc

Browse files
committed
drop 3.7 support
1 parent afbe3c1 commit 1d905cc

File tree

2 files changed

+5
-122
lines changed

2 files changed

+5
-122
lines changed

poetry.lock

+2-117
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ include = ["ni_python_styleguide/config.toml"]
1313

1414

1515
[tool.poetry.dependencies]
16-
python = "^3.7"
16+
python = "^3.8"
1717
pathspec = ">=0.11.1"
1818

1919
# Tools we aggregate
2020
flake8 = [
21-
{version = "^5.0", python = ">=3.7,<3.12"},
21+
{version = "^5.0", python = ">=3.8,<3.12"},
2222
{version = "^6.1", python = "^3.12"},
2323
]
2424
pycodestyle = [
25-
{version = "^2.9", python = ">=3.7,<3.12"},
25+
{version = "^2.9", python = ">=3.8,<3.12"},
2626
{version = "^2.11", python = "^3.12"},
2727
]
2828
black = ">=23.1"
@@ -45,8 +45,6 @@ pep8-naming = ">=0.11.1"
4545
# flake8-isort: Already covered by flake8-import-order
4646
# hacking: Most rules are either covered by other plugins or would be turned off.
4747

48-
# Tooling that we're locking so our tool can run
49-
importlib-metadata = {version= "<5.0", python="<3.8"}
5048

5149

5250
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)