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-11-21 00:32:17 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-11-21 00:32:17 +0300
commit6087edd6a7097ec102f3a15647beda0099e3ebdf (patch)
tree0cfb9e44611f1dc5ee715e56585bacc69cb25ef9 /.github
parentfc50fe36f4834273b0063caada2aeea6cf200672 (diff)
CI: Drop no longer available python 3.6
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 90a532a..3e65dd6 100644
--- a/.github/workflows/calm.yaml
+++ b/.github/workflows/calm.yaml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
+ python-version: [3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v2