add test for python 3.12

This commit is contained in:
Patrick Kanzler 2023-09-17 22:56:07 +02:00
parent c2d05e9eac
commit 19eaf8d58c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py38, py39, py310, py311, docs, flake8 envlist = py38, py39, py310, py311, py312, docs, flake8
[gh-actions] [gh-actions]
python = python =