From 05b95cfe79754bb4f63b7f9b0149d1b6718cff67 Mon Sep 17 00:00:00 2001 From: Benjababe Date: Thu, 19 Oct 2023 19:21:12 +0800 Subject: [PATCH] upgrade python version --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16b0a74..c8c2c7d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.11] + python-version: [3.11.2] steps: - uses: actions/checkout@v4 - name: Set up Python all python version diff --git a/README.md b/README.md index 71df46c..01be91f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Initially only intended for cafe. Kinda expanded on its own and cafe sorta died. -It actually works this time. At least on Python 3.11. +It actually works this time. At least on Python 3.11.2. Refer to the [wiki](https://github.com/Benjababe/GenericMangoDownloader/wiki) for detailed use.