Skip to content

Commit

Permalink
Adjust classifiers and python dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
valberg committed Nov 22, 2023
1 parent 5081818 commit 096c4b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,21 @@ classifiers = [
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Programming Language :: Python",
"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",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
]
packages = [
{ include = "invitations" }
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
django = ">=3.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 096c4b4

Please sign in to comment.