From 5e49870d21245760472261115dfb053786872e9b Mon Sep 17 00:00:00 2001 From: Sergey Klyuykov Date: Sat, 11 Feb 2023 17:14:55 +0400 Subject: [PATCH] Actions: Add Python 3.11 to tests. --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 0f08bede..82cedaed 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -8,7 +8,7 @@ jobs: runs-on: "ubuntu-20.04" strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10"] + python: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - name: Checkout the source code