From 910488c99cad3c171a4c21968b7c6e2ce54e1433 Mon Sep 17 00:00:00 2001 From: Glandos Date: Mon, 15 Nov 2021 21:36:27 +0100 Subject: [PATCH] 3.10 needs to be a string --- .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 9767aea2..7bc42068 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.6, 3.7, 3.8, 3.9, 3.10] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10"] dependencies: [normal] database: [sqlite] # Test other databases only with one version of Python (Debian buster has 3.7) @@ -60,7 +60,7 @@ jobs: - python-version: 3.9 dependencies: minimal database: sqlite - - python-version: 3.10 + - python-version: "3.10" dependencies: minimal database: sqlite