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

github.com/openwrt/asu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2022-06-15 11:18:27 +0300
committerPaul Spooren <mail@aparcar.org>2022-07-10 18:26:44 +0300
commit96f9e6b361bbf7f12013205a816c76379bde6ea6 (patch)
treeb81af19c1385c41aa75680e63b90f0b1bde42bbc
parenta586390ab89caedb8058c9ad69ac705633d7a96e (diff)
CI: drop Python 3.7 tests
Using the := operator makes it obsolete Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--.github/workflows/test.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4206906..1e34839 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- - "3.7"
- "3.8"
- "3.9"
- "3.10"