Added Python 3.12 to Tox tests.

This commit is contained in:
Joe Testa
2023-10-22 16:43:04 -04:00
parent 2809ff464a
commit d62e4cd80c
4 changed files with 16 additions and 12 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
steps:
- uses: actions/checkout@v2