summaryrefslogtreecommitdiff
path: root/.github/workflows/kit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/kit.yml')
-rw-r--r--.github/workflows/kit.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index af3a6bea..1948e7ac 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -50,13 +50,20 @@ jobs:
# [[[cog
# #----- vvv Choices for the matrix vvv -----
#
+ # # Operating systems:
# oss = ["ubuntu", "macos", "windows"]
+ #
+ # # For each OS, what arch to use with cibuildwheel:
# os_archs = {
# "ubuntu": ["x86_64", "i686", "aarch64"],
# "macos": ["arm64", "x86_64"],
# "windows": ["x86", "AMD64"],
# }
- # pys = ["cp37", "cp38", "cp39", "cp310"] # PYVERSIONS
+ # # PYVERSIONS. Available versions:
+ # # https://github.com/actions/python-versions/blob/main/versions-manifest.json
+ # pys = ["cp37", "cp38", "cp39", "cp310"]
+ #
+ # # Some OS/arch combinations need overrides for the Python versions:
# os_arch_pys = {
# ("macos", "arm64"): ["cp38", "cp39", "cp310"],
# }
@@ -228,6 +235,8 @@ jobs:
- windows
- macos
py:
+ # PYVERSIONS. Available versions:
+ # https://github.com/actions/python-versions/blob/main/versions-manifest.json
- "3.11.0-alpha.2"
fail-fast: false