Skip to content

Commit ec889fb

Browse files
authoredJun 20, 2023
Update pyproject.toml
1 parent 33bd891 commit ec889fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ classifiers = [
3434
'Programming Language :: Python :: 3.7',
3535
'Programming Language :: Python :: 3.8',
3636
'Programming Language :: Python :: 3.9',
37+
'Programming Language :: Python :: 3.10',
38+
'Programming Language :: Python :: 3.11',
3739
'Topic :: Internet :: WWW/HTTP',
3840
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
3941
]
@@ -59,7 +61,7 @@ readme = "README.md"
5961

6062

6163
[tool.poetry.dependencies]
62-
python = "3.6.* || 3.7.* || 3.8.* || 3.9.*"
64+
python = "3.6.* || 3.7.* || 3.8.* || 3.9.* || 3.10.* || 3.11.*"
6365
# The dataclasses package is not in the stdlib in Python 3.6
6466
dataclasses = { version = "^0.8", python = "~3.6" }
6567
django-lifecycle = "~0.9.0"

0 commit comments

Comments
 (0)
Please sign in to comment.