Skip to content

Commit ffb386c

Browse files
Restore support for Python 3.7
1 parent 7920050 commit ffb386c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release:
2626

2727

2828
test:
29-
flake8 && pytest
29+
pytest
3030

3131

3232
test-cov:

neoteroi/di/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "Implementation of dependency injection for Python 3"
1212
readme = "README.md"
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.7"
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",
1616
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)