summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 9b989d69d..993df6109 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -64,10 +64,10 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
- python-version: 3.8
+ python-version: 3.11
architecture: x64
- run: pip install tox
- - run: tox -e py38-cover,coverage
+ - run: tox -e py311-cover,coverage
docs:
runs-on: ubuntu-20.04
name: Build the documentation