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 21, 2023
1 parent 33f112f commit c0b02a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ classifiers = [
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down Expand Up @@ -61,7 +60,7 @@ readme = "README.md"


[tool.poetry.dependencies]
python = "3.6.* || 3.7.* || 3.8.* || 3.9.* || 3.10.* || 3.11.*"
python = "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 = "~1.0.0"
Expand Down

0 comments on commit c0b02a4

Please sign in to comment.