From ab01742f45db499fe2535d87506ad4f8578ef5b6 Mon Sep 17 00:00:00 2001 From: "h0an.le" Date: Thu, 26 Sep 2024 17:01:44 +0200 Subject: [PATCH] update --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c1b1eee..9287fcd 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout code