Skip to content

Commit 1ef7470

Browse files
committed
Fix Python classifiers
1 parent 52433ed commit 1ef7470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
]
66
description = "Group accounts for Django"
77
readme = "README.rst"
8-
requires-python = ">=3.8"
8+
requires-python = ">=3.9"
99
license = {text = "BSD License"}
1010
classifiers = [
1111
"Development Status :: 5 - Production/Stable",
@@ -15,11 +15,11 @@ classifiers = [
1515
"License :: OSI Approved :: BSD License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python",
18-
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
2221
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
]
2525
dependencies = [

0 commit comments

Comments
 (0)