summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-10-24 13:22:34 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-10-24 13:22:34 +0200
commit3748c3cd20be1e0440477b906f5c9d10a0afd254 (patch)
tree696bafe9808ba9626b80fa690ca78963c5dacd77
parent0f84a57134ce7bd69bf147d5b31a1e93a49a5ae1 (diff)
downloadcython-3748c3cd20be1e0440477b906f5c9d10a0afd254.tar.gz
Add Py3.10 as CI test target.
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c885c4419..9c8cc0aab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
# in all python versions and test failures (builtin_float) in 3.5<
os: [ubuntu-18.04]
backend: [c, cpp]
- python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
+ python-version: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
env: [{}]
include:
@@ -195,6 +195,14 @@ jobs:
python-version: 3.9
backend: cpp
env: { MACOSX_DEPLOYMENT_TARGET: 10.14 }
+ - os: macos-10.15
+ python-version: "3.10"
+ backend: c
+ env: { MACOSX_DEPLOYMENT_TARGET: 10.14 }
+ - os: macos-10.15
+ python-version: "3.10"
+ backend: cpp
+ env: { MACOSX_DEPLOYMENT_TARGET: 10.14 }
# This defaults to 360 minutes (6h) which is way too long and if a test gets stuck, it can block other pipelines.
# From testing, the runs tend to take ~20 minutes, so a limit of 30 minutes should be enough. This can always be