Skip to content

Commit f9384df

Browse files
committed
chore(pyproject): Update classifiers to current python versions
1 parent f5bda9a commit f9384df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ authors = [
1414
classifiers = [
1515
"License :: OSI Approved :: BSD License",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.6",
18-
"Programming Language :: Python :: 3.7",
17+
"Programming Language :: Python :: 3.8",
18+
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
1922
]
2023

2124
[project.scripts]

0 commit comments

Comments
 (0)