From afb978fadddae3f688cff5057c532065bd48ee3a Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Wed, 23 Feb 2022 00:16:18 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20GHA=20=D1=81=20Python=203.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest_full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest_full.yml b/.github/workflows/pytest_full.yml index 65ea9fdf..2b052407 100644 --- a/.github/workflows/pytest_full.yml +++ b/.github/workflows/pytest_full.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: [3.7, 3.8, 3.9, "3.10"] steps: - name: Checkout repository.