From 8ca28e26498c237f99e08f59aebe9ffadc670bb4 Mon Sep 17 00:00:00 2001 From: Glandos Date: Sun, 23 Oct 2022 12:52:40 +0200 Subject: [PATCH] add python 3.11. Still in RC for now --- .github/workflows/test-docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 5feeebac..644f1bff 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", '3.11.0-rc - 3.11.0'] dependencies: [normal] database: [sqlite] # Test other databases only with one version of Python (Debian buster has 3.7) @@ -63,6 +63,9 @@ jobs: - python-version: "3.10" dependencies: minimal database: sqlite + - python-version: "3.11-rc - 3.11.0" + dependencies: minimal + database: sqlite steps: - uses: actions/checkout@v3