diff --git a/.github/workflows/tox_matrix.yml b/.github/workflows/tox_matrix.yml index c80e061..dd624aa 100644 --- a/.github/workflows/tox_matrix.yml +++ b/.github/workflows/tox_matrix.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-2019] - python-version: ['3.8' ,'3.9', '3.10', '3.11'] + python-version: ['3.8' ,'3.9', '3.10', '3.11', '3.12'] include: - os: macos-latest - os: ubuntu-latest diff --git a/tox.ini b/tox.ini index 6070a10..a81e3c8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,3 @@ [tox] -envlist = py{38,39,310,311} +envlist = py{38,39,310,311,312} isolated_build = true \ No newline at end of file