From 848e0715a1f5fe5017d3923a149639f6aced05e5 Mon Sep 17 00:00:00 2001 From: Benjababe Date: Thu, 19 Oct 2023 19:17:29 +0800 Subject: [PATCH] Update python version --- .github/workflows/main.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0428f0..16b0a74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,11 +5,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9] + python-version: [3.11] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python all python version - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: x64 diff --git a/README.md b/README.md index 1764a7f..71df46c 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.8 and 3.9. +It actually works this time. At least on Python 3.11. Refer to the [wiki](https://github.com/Benjababe/GenericMangoDownloader/wiki) for detailed use.