From ba8196959c588620c56643d003b41322d62669bf Mon Sep 17 00:00:00 2001 From: Glandos Date: Sun, 23 Oct 2022 13:05:17 +0200 Subject: [PATCH] go back to include key that match original py version this shouldn't fail --- .github/workflows/test-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index bd35a933..17e95262 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -63,7 +63,7 @@ jobs: - python-version: "3.10" dependencies: minimal database: sqlite - - python-version: "3.11.0-rc" + - python-version: '3.11.0-rc - 3.11' dependencies: minimal database: sqlite