We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a6c24 commit bf326e7Copy full SHA for bf326e7
1 file changed
pyproject.toml
@@ -1,12 +1,12 @@
1
[project]
2
name = "DjangoAsyncAdmin"
3
-version = "6.11.0"
+version = "6.11.1"
4
authors = [
5
{ name = "Sadam·Sadik", email = "1903249375@qq.com" },
6
]
7
description = "A second development project based on SimplePro for out of print version 6.5.2"
8
readme = "README.md"
9
-requires-python = ">=3.7"
+requires-python = ">=3.6"
10
classifiers = [
11
"Programming Language :: Python :: 3",
12
"License :: OSI Approved :: Apache Software License",
@@ -22,4 +22,4 @@ classifiers = [
22
23
[build-system]
24
requires = ["setuptools>=61.0"]
25
-build-backend = "setuptools.build_meta"
+build-backend = "setuptools.build_meta"
0 commit comments