summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-17 06:13:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-17 06:13:38 -0500
commitd1fd473426fcd555c9a61f38bc8e65b8e802e911 (patch)
treee0ae813755bb250d1c306bc6fc898bdc780eee7d
parentc84315f3c20f2d7ad921d2ac6600ba3d420147aa (diff)
downloadpython-coveragepy-git-nedbat/python-dev.tar.gz
test: test against 3.11-dev, regularlynedbat/python-dev
-rw-r--r--.github/workflows/testsuite.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index f04699ad..05bfadd5 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -10,6 +10,10 @@ on:
- nedbat/*
pull_request:
workflow_dispatch:
+ schedule:
+ # Run at 2:22am early Saturday morning https://crontab.guru/#22_2_*_*_6
+ # so that we get tip of CPython tested.
+ - cron: "22 2 * * 6"
defaults:
run:
@@ -40,6 +44,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11.0-alpha.2"
+ - "3.11-dev"
- "pypy-3.7"
exclude:
# Windows PyPy doesn't seem to work?