From ebd322ec9801eaadf886ad3953170ece71e87bf4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 22:38:21 +0100 Subject: workflows/basic: test more Python versions --- .github/workflows/basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index d7ad6c2..c5cbeb0 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -58,7 +58,7 @@ jobs: python-versions: strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, 3.x] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] include: # Unpin when this is fixed: # https://github.com/actions/setup-python/issues/544 -- cgit v1.2.3