Skip to content

Commit 420c0ed

Browse files
committed
build(deltachat-rpc-client): add classifiers for all supported Python versions
1 parent e05bb03 commit 420c0ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deltachat-rpc-client/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ classifiers = [
1313
"Operating System :: POSIX :: Linux",
1414
"Operating System :: MacOS :: MacOS X",
1515
"Programming Language :: Python :: 3",
16+
"Programming Language :: Python :: 3.7",
1617
"Programming Language :: Python :: 3.8",
1718
"Programming Language :: Python :: 3.9",
1819
"Programming Language :: Python :: 3.10",
1920
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2023
"Topic :: Communications :: Chat",
2124
"Topic :: Communications :: Email"
2225
]

0 commit comments

Comments
 (0)