Add tests and classifiers for python 3.12

Update transient deps
This commit is contained in:
2023-10-13 14:28:42 -04:00
parent 42798178ae
commit e96999ed43
4 changed files with 659 additions and 718 deletions

View File

@@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Database",
"Typing :: Typed"