Remove Python 3.7 Support

This commit is contained in:
Dylan 2023-07-05 19:46:52 +01:00
parent 6e971d4b0b
commit 736e2690cc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.