PYTHON-5624 - Add Python 3.14 trove classifier (#2593)

This commit is contained in:
Noah Stapp 2025-10-20 12:32:15 -04:00 committed by GitHub
parent a5a50a89df
commit f3ea3738bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Database",
"Typing :: Typed",
]