Add tests and classifiers for python 3.12

Update transient deps
This commit is contained in:
Ethan Paul 2023-10-13 14:28:42 -04:00
parent 42798178ae
commit e96999ed43
Signed by: enpaul
GPG Key ID: 07F53B438281D181
4 changed files with 659 additions and 718 deletions

View File

@ -24,6 +24,8 @@ jobs:
toxenv: py310
- version: "3.11"
toxenv: py311
- version: "3.12"
toxenv: py312
fail-fast: true
steps:
- name: Checkout

1372
poetry.lock generated

File diff suppressed because it is too large Load Diff

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"

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310,311}
py{37,38,39,310,311,312}
static
static-tests
security