Update deps, allow Python 3.9, drop Fedora 32 (#5121)

* Update deps + allow Python 3.9

* Add in updates from Jack's branch

* Fix multiple target for cross-reference warnings

* Update a few more Python 3.8 occurrences

* Bump further

* Don't install tox in CodeQL environment

* Bump Python version in docs to 3.9.7

* more bumps

* Add missing pin

* Stop using the deprecated distro.linux_distribution()

* Suppress deprecation warning

* Fix OpenSUSE Leap instructions

* Drop Fedora 32

* Add Python 3.10-dev to CI

* meh

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
palmtree5
2021-09-06 08:43:29 -08:00
committed by GitHub
parent 0dded8aa47
commit 3254698c78
14 changed files with 141 additions and 90 deletions

View File

@@ -1230,7 +1230,7 @@ class RedBase(
The channel to check embed settings for.
user : `discord.abc.User`
The user to check embed settings for.
command : `commands.Command`, optional
command : `redbot.core.commands.Command`, optional
The command ran.
Returns