Skip to content

Commit bf326e7

Browse files
authored
向下兼容到python3.6
1 parent d1a6c24 commit bf326e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "DjangoAsyncAdmin"
3-
version = "6.11.0"
3+
version = "6.11.1"
44
authors = [
55
{ name = "Sadam·Sadik", email = "1903249375@qq.com" },
66
]
77
description = "A second development project based on SimplePro for out of print version 6.5.2"
88
readme = "README.md"
9-
requires-python = ">=3.7"
9+
requires-python = ">=3.6"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
1212
"License :: OSI Approved :: Apache Software License",
@@ -22,4 +22,4 @@ classifiers = [
2222

2323
[build-system]
2424
requires = ["setuptools>=61.0"]
25-
build-backend = "setuptools.build_meta"
25+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)