Skip to content

Commit ea53f44

Browse files
committed
also drop support for 3.8 so that we can use poetry 2
1 parent 0020012 commit ea53f44

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

poetry.lock

Lines changed: 3 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = ["ni_python_styleguide/config.toml"]
1313

1414

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

1919
# Tools we aggregate
@@ -39,7 +39,6 @@ flake8-black = ">=0.2.1"
3939
flake8-docstrings = ">=1.5.0"
4040
flake8-import-order = ">=0.18.1,<0.19.0" # we're not compatible with 0.19.0 yet due to #226
4141
flake8-tidy-imports = [
42-
{version = ">=4.4.1", python = ">=3.7,<3.9"},
4342
{version=">=4.11.0", python="^3.9"},
4443
]
4544
pep8-naming = ">=0.11.1"

0 commit comments

Comments
 (0)