From 736e2690cc5c3c2fb1317e82140f805a5f4fb686 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 5 Jul 2023 19:46:52 +0100 Subject: [PATCH] Remove Python 3.7 Support --- .github/workflows/python-tests.yml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index cabb65f..abe3a8d 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -8,7 +8,7 @@ jobs: environment: test strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3 diff --git a/readme.md b/readme.md index b989def..3b33b08 100644 --- a/readme.md +++ b/readme.md @@ -32,7 +32,7 @@ Edit config.json to fit your setup First, get everything updated by running `sudo apt-get update` -Verify Python is installed by running `python3 --version` or `python --version`. Versions 3.7, 3.8, 3.9, and 3.10 are supported (This includes versions like 3.10.7) +Verify Python is installed by running `python3 --version` or `python --version`. Versions 3.8, 3.9, and 3.10 are supported (This includes versions like 3.10.7) Run the following command: `git clone https://github.com/dylanpdx/BetterTwitFix` This will download all the code for vxTwitter. Once that is done, you can run `cd BetterTwitFix` to enter the newly downloaded folder.