From 19eaf8d58ce7606e15f2f5b3db4f47088798d3d1 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 17 Sep 2023 22:56:07 +0200 Subject: [PATCH] add test for python 3.12 --- .github/workflows/pythonpackage.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 222bfe3..af60019 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index b070b8d..52976fb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310, py311, docs, flake8 +envlist = py38, py39, py310, py311, py312, docs, flake8 [gh-actions] python =