MusicBot icon indicating copy to clipboard operation
MusicBot copied to clipboard

Update most guides to Python 3.8+

Open AleanaA opened this issue 2 years ago • 3 comments

After creating your pull request, tick these boxes if they are applicable to you.

  • [x] I have tested my changes against the review branch (the latest developmental version), and this pull request is targeting that branch as a base
  • [x] I have tested my changes on Python 3.8 or higher
  • [x] I have ensured my code is formatted using Black

Description

Many guides despite the recent merge still point users to the now unsupported Python 3.7 This PR aims to point Linux users to Python 3.8 as this is the current standard for new distributions, and Windows users to Python 3.10 This PR is missing CentOS due to it needing a rewrite, and is also missing MacOS as I lack a mac of any kind to test with and write a guide for it.

Related issues (if applicable)

AleanaA avatar Dec 20 '21 08:12 AleanaA

Isnt it the same as https://github.com/Just-Some-Bots/MusicBot/pull/2187 ?

Jcodeerd avatar Dec 20 '21 10:12 Jcodeerd

Isnt it the same as #2187 ?

Yesn't #2187 was reviewed prior to activity being done on the main branch, and would pose as a better PR for a proper rewrite of the guides. This PR aims to be a simple drop in py3.8 replacement, rather than fully fixing the guides for each OS.

AleanaA avatar Dec 20 '21 10:12 AleanaA

Ahh okay. Once this is merged I'll check up with my pr to make sure it's baseline will be this new pr

Jcodeerd avatar Dec 20 '21 11:12 Jcodeerd