From 8505d06c4d4ab709e8282db7613514532eedf685 Mon Sep 17 00:00:00 2001 From: Alejandro Mendez Date: Tue, 14 May 2024 12:18:46 +0200 Subject: [PATCH] Fix --- .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 68fb6b2..54e5841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Checkout Repository