Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed Aug 11, 2023
1 parent 1acaf8c commit 1e517fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-tidb"
authors = [
{ name="Xiang Zhang", email="zhangxiang02@pingcap.com" }
{ name="Xiang Zhang", email="zhangxiang02@pingcap.com" },
{ name="Di Wang", email="wangdi@pingcap.com" }
]
description = "Django backend for TiDB"
readme = "README.md"
Expand All @@ -20,9 +21,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@

[tox]
alwayscopy=true
envlist = py311,py310,py39,py38,py37,lint
envlist = py311,py310,py39,lint

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
Expand Down

0 comments on commit 1e517fb

Please sign in to comment.