From 8e428b6296995e7cc83bd2058e5593ceefca0107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Alvergnat?= Date: Wed, 13 Dec 2023 09:11:14 +0100 Subject: [PATCH] feat: add python 3.12 and pypy 3.10 support --- .github/workflows/ci.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12b05865..8d9c652f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9" ] + python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9", "pypy-3.10" ] regex: [ "0", "1" ] exclude: # regex module doesn't play well with pypy and unicode. diff --git a/tox.ini b/tox.ini index 85a05753..39f43b1f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,py38,py39,py310,py311,pypy3.8,pypy3.9 +envlist = py37,py38,py39,py310,py311,py312,pypy3.8,pypy3.9,pypy3.10 [testenv] commands =