mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-03-07 04:38:35 -05:00
Update supported Java versions (#6681)
This commit is contained in:
@@ -14,6 +14,6 @@ __all__ = (
|
||||
JAR_VERSION: Final[LavalinkVersion] = LavalinkVersion(3, 7, 13, red=2)
|
||||
YT_PLUGIN_VERSION: Final[str] = "1.18.0"
|
||||
# keep this sorted from oldest to latest
|
||||
SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = (11, 17)
|
||||
SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = (17, 21)
|
||||
LATEST_SUPPORTED_JAVA_VERSION: Final = SUPPORTED_JAVA_VERSIONS[-1]
|
||||
OLDER_SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = SUPPORTED_JAVA_VERSIONS[:-1]
|
||||
|
||||
Reference in New Issue
Block a user