From 262282993c56bb89aec6dd0b5fabf8295824979a Mon Sep 17 00:00:00 2001 From: Glandos Date: Sun, 23 Oct 2022 12:56:07 +0200 Subject: [PATCH] use latest 3.11 version --- .github/workflows/test-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 644f1bff..785e7d5d 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", '3.11.0-rc - 3.11.0'] + python-version: [3.7, 3.8, 3.9, "3.10", '3.11.0-rc - 3.11'] dependencies: [normal] database: [sqlite] # Test other databases only with one version of Python (Debian buster has 3.7) @@ -63,7 +63,7 @@ jobs: - python-version: "3.10" dependencies: minimal database: sqlite - - python-version: "3.11-rc - 3.11.0" + - python-version: "3.11" dependencies: minimal database: sqlite