ci: update to Python 3.13

This commit is contained in:
link2xt
2024-06-04 16:03:43 +00:00
parent 90c30879b1
commit a9dbf05d8d
3 changed files with 11 additions and 7 deletions

View File

@@ -17,6 +17,8 @@ classifiers = [
"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",
"Topic :: Communications :: Chat",
"Topic :: Communications :: Email"
]