summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tests.yaml2
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index a352171..5eaa2c2 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -22,6 +22,8 @@ jobs:
env: py310
- python: "3.11"
env: py311
+ - python: "3.12-dev"
+ env: py312
- python: pypy-3.8
env: pypy3
name: ${{ matrix.env }} on Python ${{ matrix.python }}
diff --git a/tox.ini b/tox.ini
index 01cd9d4..f8026f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py36, py37, py38, py39, pypy
+envlist = py{27, 36, 37, 38, 39, 310, 311, 312, py}
[testenv]
# For performance, but also for using "source" with coveragepy (https://github.com/nedbat/coveragepy/issues/268).