From f8f81c9b94bd747513d2dd41f6f9f4e351174f13 Mon Sep 17 00:00:00 2001 From: Exploit34 Date: Sat, 9 Aug 2025 02:10:41 +0000 Subject: [PATCH] change in file ci.yml version1.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f9e3df..1378db6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, 3.10] + python-version: ["3.9", "3.10"] steps: - uses: actions/checkout@v4