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>2021-03-14 22:43:48 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-03-14 22:43:48 +0300
commit76b5a949c305e52380c3861cf4855e69ccd53929 (patch)
tree2f1a8a973960a20d7f1339cc94d9655c92be0409
parent30fb89cfc381589bc34412be3d8c150ea6eb10da (diff)
Drop testing with EOL-ed and no longer present python 3.4 from github action
-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 bae70d4..5fce459 100644
--- a/.github/workflows/calm.yaml
+++ b/.github/workflows/calm.yaml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.4, 3.5, 3.6, 3.7, 3.8]
+ python-version: [3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2