Skip to content

Commit 3db6592

Browse files
committed
version and remove deprecated python version
1 parent 4bb39c6 commit 3db6592

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-async-orm"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
description = "Bringing async capabilities to django ORM"
55
authors = ["SkanderBM <[email protected]>"]
66
license = "MIT"
@@ -15,9 +15,10 @@ classifiers = [
1515
"Topic :: Software Development :: Documentation",
1616
"Topic :: Software Development :: Libraries :: Python Modules",
1717
"Topic :: Software Development :: Quality Assurance",
18-
'Programming Language :: Python :: 3.6',
1918
'Programming Language :: Python :: 3.7',
2019
'Programming Language :: Python :: 3.8',
20+
'Programming Language :: Python :: 3.9',
21+
'Programming Language :: Python :: 3.10',
2122
]
2223
include = [
2324
"LICENSE",

0 commit comments

Comments
 (0)