Skip to content

Commit 38945d6

Browse files
committed
add more python versions
1 parent dff7de8 commit 38945d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-async-orm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Bringing async capabilities to django ORM"
55
authors = ["SkanderBM <[email protected]>"]
66
license = "MIT"
@@ -14,6 +14,10 @@ classifiers = [
1414
"Topic :: Software Development :: Documentation",
1515
"Topic :: Software Development :: Libraries :: Python Modules",
1616
"Topic :: Software Development :: Quality Assurance",
17+
'Programming Language :: Python :: 3.5',
18+
'Programming Language :: Python :: 3.6',
19+
'Programming Language :: Python :: 3.7',
20+
'Programming Language :: Python :: 3.8',
1721
]
1822
include = [
1923
"LICENSE",

0 commit comments

Comments
 (0)