From 6fdb96148c76902cc743a35da69e45d2e3d317a2 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Tue, 24 Oct 2023 14:35:35 +0100 Subject: [PATCH] Need python38 and python39 Building this as a library, which means it's going to be built for all the current Python versions, and therefore needs those versions to be present in the first place. --- .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 7377af3..e7bb665 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,4 +5,4 @@ jobs: uses: cygporter/workflows/.github/workflows/build-test.yml@v1 with: cygport_file: python-rfc6555.cygport - bootstrap_packages: cygport python3 + bootstrap_packages: cygport python38 python39