Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jun 20, 2023
1 parent 33bd891 commit ec889fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ classifiers = [
'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',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
]
Expand All @@ -59,7 +61,7 @@ readme = "README.md"


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

0 comments on commit ec889fb

Please sign in to comment.