We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jackton1
Learn more about funding links in repositories.
Report abuse
1 parent 33bd891 commit ec889fbCopy full SHA for ec889fb
pyproject.toml
@@ -34,6 +34,8 @@ classifiers = [
34
'Programming Language :: Python :: 3.7',
35
'Programming Language :: Python :: 3.8',
36
'Programming Language :: Python :: 3.9',
37
+ 'Programming Language :: Python :: 3.10',
38
+ 'Programming Language :: Python :: 3.11',
39
'Topic :: Internet :: WWW/HTTP',
40
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
41
]
@@ -59,7 +61,7 @@ readme = "README.md"
59
61
60
62
63
[tool.poetry.dependencies]
-python = "3.6.* || 3.7.* || 3.8.* || 3.9.*"
64
+python = "3.6.* || 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 = "~0.9.0"
0 commit comments