From c40be3e5a901e1eed85f5f8674f594641e2ee154 Mon Sep 17 00:00:00 2001 From: lededev Date: Sat, 4 Sep 2021 10:29:55 +0800 Subject: [PATCH] CLI version depends on python 3.7 --- .github/workflows/main.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aed9a5e..6b0a748 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Python 3.8 + - name: Setup Python 3.7 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.7 - name: Install dependencies run: | diff --git a/README.md b/README.md index 3ff69bc..3ed6165 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CLI 版本 ![](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat) ![](https://img.shields.io/github/license/yoshiko2/av_data_capture.svg?style=flat) ![](https://img.shields.io/github/release/yoshiko2/av_data_capture.svg?style=flat) -![](https://img.shields.io/badge/Python-3.8-yellow.svg?style=flat&logo=python)
+![](https://img.shields.io/badge/Python-3.7-yellow.svg?style=flat&logo=python)
[GUI 版本](https://github.com/moyy996/AVDC) ![](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat) ![](https://img.shields.io/github/license/moyy996/avdc.svg?style=flat)