Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-05-30 16:25:14 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-06-07 18:16:59 +0300
commitd4888ac0292dfc801da586e0873e923925396382 (patch)
treeffd1ce87f7470352f36438d4a31a208d4a11c9b6 /.github
parentdd860396f2fa459872360704626443ecab000d48 (diff)
CI: Drop python 3.5 and add python 3.10
license_expression doesn't support python 3.5
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/calm.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/calm.yaml b/.github/workflows/calm.yaml
index 69be9d2..90a532a 100644
--- a/.github/workflows/calm.yaml
+++ b/.github/workflows/calm.yaml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v2