We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f112f commit c0b02a4Copy full SHA for c0b02a4
pyproject.toml
@@ -30,7 +30,6 @@ classifiers = [
30
'License :: OSI Approved :: MIT License',
31
'Operating System :: OS Independent',
32
'Programming Language :: Python',
33
- 'Programming Language :: Python :: 3.6',
34
'Programming Language :: Python :: 3.7',
35
'Programming Language :: Python :: 3.8',
36
'Programming Language :: Python :: 3.9',
@@ -61,7 +60,7 @@ readme = "README.md"
61
60
62
63
[tool.poetry.dependencies]
64
-python = "3.6.* || 3.7.* || 3.8.* || 3.9.* || 3.10.* || 3.11.*"
+python = "3.7.* || 3.8.* || 3.9.* || 3.10.* || 3.11.*"
65
# The dataclasses package is not in the stdlib in Python 3.6
66
dataclasses = { version = "^0.8", python = "~3.6" }
67
django-lifecycle = "~1.0.0"
0 commit comments