mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Bump dependencies + drop F40, add F42 to support matrix (#6558)
This commit is contained in:
parent
7b3600ecb1
commit
5f2c6d19d1
@ -12,12 +12,14 @@ Installing Red on Fedora Linux
|
|||||||
Installing the pre-requirements
|
Installing the pre-requirements
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Fedora Linux 40 and above has all required packages available in official repositories. Install
|
Fedora Linux 41 and above has all required packages available in official repositories. Install
|
||||||
them with dnf:
|
them with dnf:
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo dnf -y install python3.11 python3.11-devel git java-17-openjdk-headless @development-tools nano
|
sudo dnf -y install python3.11 python3.11-devel git adoptium-temurin-java-repository @development-tools nano
|
||||||
|
sudo dnf config-manager setopt adoptium-temurin-java-repository.enabled=1
|
||||||
|
sudo dnf -y install temurin-17-jre
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@ -61,8 +61,8 @@ Amazon Linux 2023 x86-64, aarch64 2028-03-15 (`end-of
|
|||||||
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
|
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
|
||||||
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
|
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
|
||||||
Debian 12 Bookworm x86-64, aarch64, armv7l ~2026-09 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
Debian 12 Bookworm x86-64, aarch64, armv7l ~2026-09 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
||||||
Fedora Linux 40 x86-64, aarch64 2025-05-28 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
|
||||||
Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||||
|
Fedora Linux 42 x86-64, aarch64 2026-05-13 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||||
openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
||||||
openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system)
|
openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system)
|
||||||
Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
||||||
|
|||||||
@ -40,7 +40,7 @@ multidict==6.1.0
|
|||||||
# yarl
|
# yarl
|
||||||
orjson==3.10.15
|
orjson==3.10.15
|
||||||
# via -r base.in
|
# via -r base.in
|
||||||
packaging==24.2
|
packaging==25.0
|
||||||
# via -r base.in
|
# via -r base.in
|
||||||
platformdirs==4.3.6
|
platformdirs==4.3.6
|
||||||
# via -r base.in
|
# via -r base.in
|
||||||
@ -62,13 +62,13 @@ red-commons==1.0.0
|
|||||||
# red-lavalink
|
# red-lavalink
|
||||||
red-lavalink==0.11.0
|
red-lavalink==0.11.0
|
||||||
# via -r base.in
|
# via -r base.in
|
||||||
rich==13.9.4
|
rich==14.0.0
|
||||||
# via -r base.in
|
# via -r base.in
|
||||||
schema==0.7.7
|
schema==0.7.7
|
||||||
# via -r base.in
|
# via -r base.in
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
# via python-dateutil
|
# via python-dateutil
|
||||||
typing-extensions==4.13.0
|
typing-extensions==4.13.2
|
||||||
# via
|
# via
|
||||||
# -r base.in
|
# -r base.in
|
||||||
# multidict
|
# multidict
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
alabaster==0.7.13
|
alabaster==0.7.13
|
||||||
# via sphinx
|
# via sphinx
|
||||||
certifi==2025.1.31
|
certifi==2025.4.26
|
||||||
# via requests
|
# via requests
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.1
|
||||||
# via requests
|
# via requests
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
black==23.12.1
|
black==23.12.1
|
||||||
# via -r extra-style.in
|
# via -r extra-style.in
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.1.0
|
||||||
# via black
|
# via black
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
# via black
|
# via black
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
astroid==3.2.4
|
astroid==3.2.4
|
||||||
# via pylint
|
# via pylint
|
||||||
dill==0.3.9
|
dill==0.4.0
|
||||||
# via pylint
|
# via pylint
|
||||||
iniconfig==2.1.0
|
iniconfig==2.1.0
|
||||||
# via pytest
|
# via pytest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user