We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdaf2f commit b2929c0Copy full SHA for b2929c0
1 file changed
python/lib/dependabot/python/language.rb
@@ -48,7 +48,7 @@ class Language < Dependabot::Ecosystem::VersionManager
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.
+ # Deprecated now (warning); 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