We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb39c6 commit 3db6592Copy full SHA for 3db6592
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-async-orm"
3
-version = "0.1.9"
+version = "0.1.10"
4
description = "Bringing async capabilities to django ORM"
5
authors = ["SkanderBM <[email protected]>"]
6
license = "MIT"
@@ -15,9 +15,10 @@ classifiers = [
15
"Topic :: Software Development :: Documentation",
16
"Topic :: Software Development :: Libraries :: Python Modules",
17
"Topic :: Software Development :: Quality Assurance",
18
- 'Programming Language :: Python :: 3.6',
19
'Programming Language :: Python :: 3.7',
20
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
21
+ 'Programming Language :: Python :: 3.10',
22
]
23
include = [
24
"LICENSE",
0 commit comments