Skip to content

Commit

Permalink
Need python38 and python39
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
me-and committed Oct 24, 2023
1 parent 489ae88 commit 6fdb961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6fdb961

Please sign in to comment.