From 020c4bb62dc62b50995fe0bbaa933c3ae694b7de Mon Sep 17 00:00:00 2001 From: Alexey Leshchenko Date: Mon, 20 Nov 2023 17:52:06 +0300 Subject: [PATCH] Update python versions for testing --- .github/workflows/full-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-test.yml b/.github/workflows/full-test.yml index 999af10..c9ad080 100644 --- a/.github/workflows/full-test.yml +++ b/.github/workflows/full-test.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, windows-latest] # max-parallel: 2