From 863c265111f76ed34ac83edd5405b3b795084ff7 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 29 Apr 2024 19:53:21 +0300 Subject: [PATCH] Update install.yml --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 74a3f8d69..9d269f133 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4