Add python 3.12 classifier and testing

This commit is contained in:
2024-03-21 18:34:38 -04:00
parent 0bb654c2e2
commit 6fda354928
3 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ jobs:
toxenv: py310
- version: "3.11"
toxenv: py311
- version: "3.12"
toxenv: py312
steps:
- name: Checkout
uses: actions/checkout@v2