We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab37be commit fcdaf2fCopy full SHA for fcdaf2f
1 file changed
python/lib/dependabot/python/language.rb
@@ -47,6 +47,8 @@ class Language < Dependabot::Ecosystem::VersionManager
47
T::Array[Dependabot::Python::Version]
48
)
49
50
+ # The highest Python version that is no longer fully supported.
51
+ # Currently deprecated (warning only); will become unsupported once removed from PRE_INSTALLED_PYTHON_VERSIONS_RAW.
52
NON_SUPPORTED_HIGHEST_VERSION = "3.9"
53
54
DEPRECATED_VERSIONS = T.let([Version.new(NON_SUPPORTED_HIGHEST_VERSION)].freeze, T::Array[Dependabot::Version])
0 commit comments