Remove Python 3.7 Support
This commit is contained in:
parent
6e971d4b0b
commit
736e2690cc
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
environment: test
|
environment: test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
python-version: ["3.8", "3.9", "3.10"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -32,7 +32,7 @@ Edit config.json to fit your setup
|
|||||||
|
|
||||||
First, get everything updated by running `sudo apt-get update`
|
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`
|
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.
|
This will download all the code for vxTwitter. Once that is done, you can run `cd BetterTwitFix` to enter the newly downloaded folder.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user