From cb1599dae34d0e4ceca6c954dbd0cd7836865e18 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Oct 2023 11:39:20 +0200 Subject: [PATCH] Add CPython 3.12 to CI --- .github/workflows/ci.yaml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e03a65c..6e7ad12 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9'] os: [ubuntu-latest] #, windows-latest, macos-latest] name: ${{ matrix.os }} - ${{ matrix.python-version }} diff --git a/tox.ini b/tox.ini index 572bfd9..5e40f66 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] isolated_build = True skip_missing_interpreters = true -envlist = py27,py35,py36,py37,py38,py39,py310,py311,pypy2,pypy3 +envlist = py27,py35,py36,py37,py38,py39,py310,py311,py312,pypy2,pypy3 [testenv] deps =