Skip to content

Commit

Permalink
Declare compatibility only with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Mar 5, 2024
1 parent 4ba72ab commit 61dd7d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 101 deletions.
102 changes: 2 additions & 100 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
"pytest-factoryboy" = "pytest_factoryboy.plugin"

[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.8"
inflection = "*"
factory_boy = ">=2.10.0"
pytest = ">=6.2"
Expand Down

0 comments on commit 61dd7d5

Please sign in to comment.