Skip to content

Commit c0b02a4

Browse files
authored
Update pyproject.toml
1 parent 33f112f commit c0b02a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ classifiers = [
3030
'License :: OSI Approved :: MIT License',
3131
'Operating System :: OS Independent',
3232
'Programming Language :: Python',
33-
'Programming Language :: Python :: 3.6',
3433
'Programming Language :: Python :: 3.7',
3534
'Programming Language :: Python :: 3.8',
3635
'Programming Language :: Python :: 3.9',
@@ -61,7 +60,7 @@ readme = "README.md"
6160

6261

6362
[tool.poetry.dependencies]
64-
python = "3.6.* || 3.7.* || 3.8.* || 3.9.* || 3.10.* || 3.11.*"
63+
python = "3.7.* || 3.8.* || 3.9.* || 3.10.* || 3.11.*"
6564
# The dataclasses package is not in the stdlib in Python 3.6
6665
dataclasses = { version = "^0.8", python = "~3.6" }
6766
django-lifecycle = "~1.0.0"

0 commit comments

Comments
 (0)