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.