Skip to content

Commit 56d297a

Browse files
committed
fix: update pkg classifiers to test new deploy key
1 parent def582f commit 56d297a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: Apache Software License",
1616
"Operating System :: OS Independent",
17-
"Programming Language :: Python :: 3.5",
18-
"Programming Language :: Python :: 3.6",
1917
"Programming Language :: Python :: 3.7",
18+
"Programming Language :: Python :: 3.8",
19+
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
2022
"Topic :: Software Development :: Libraries :: Python Modules",
2123
]
2224

0 commit comments

Comments
 (0)