From d924a3d3bd0f6fd823a7ba07294622f19ac58419 Mon Sep 17 00:00:00 2001 From: Joris Gillis Date: Mon, 30 Sep 2024 12:57:19 +0200 Subject: [PATCH] Update windows_python.yml --- .github/workflows/windows_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index f214a20..138879d 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - py2: ["27", "35", "36", "37", "38", "39", "310", "311", "312"] + py2: ["27", "35", "36", "37", "38", "39", "310", "311", "312", "313"] arch: ['x64','x86'] # Steps represent a sequence of tasks that will be executed as part of the job steps: