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

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