From cc33a14edc8e836c23873f78ad50920324eb2109 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 18 Dec 2022 15:03:16 -0500 Subject: [PATCH] Update 3.10 to be explicit string literal --- .github/workflows/tests-and-linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index 756183c0..2a59d347 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10, 3.11, pypy3] + python-version: [3.8, 3.9, "3.10", 3.11, pypy3] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2