Skip to content

Commit

Permalink
Fix Python classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Oct 28, 2024
1 parent 52433ed commit 1ef7470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
]
description = "Group accounts for Django"
readme = "README.rst"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {text = "BSD License"}
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -15,11 +15,11 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"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",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
Expand Down

0 comments on commit 1ef7470

Please sign in to comment.