Skip to content

Commit

Permalink
向下兼容到python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoke98 authored Mar 2, 2024
1 parent d1a6c24 commit bf326e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "DjangoAsyncAdmin"
version = "6.11.0"
version = "6.11.1"
authors = [
{ name = "Sadam·Sadik", email = "[email protected]" },
]
description = "A second development project based on SimplePro for out of print version 6.5.2"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand All @@ -22,4 +22,4 @@ classifiers = [

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

0 comments on commit bf326e7

Please sign in to comment.