summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-tests.yml')
-rw-r--r--.github/workflows/ci-tests.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 4f2aaa9bc..cc1df08ae 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -20,6 +20,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
+ - "3.12"
- "pypy-3.8"
os:
- "ubuntu-20.04"
@@ -64,10 +65,10 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
- python-version: 3.11
+ python-version: 3.12
architecture: x64
- run: pip install tox
- - run: tox -e py311-cover,coverage
+ - run: tox -e py312-cover,coverage
docs:
runs-on: ubuntu-20.04
name: Build the documentation