Skip to content

Commit b2929c0

Browse files
kbukum1v-HaripriyaC
authored andcommitted
Clarify deprecation notice for Python 3.9 in language.rb
1 parent fcdaf2f commit b2929c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/dependabot/python/language.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Language < Dependabot::Ecosystem::VersionManager
4848
)
4949

5050
# 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.
51+
# Deprecated now (warning); unsupported once removed from PRE_INSTALLED_PYTHON_VERSIONS_RAW.
5252
NON_SUPPORTED_HIGHEST_VERSION = "3.9"
5353

5454
DEPRECATED_VERSIONS = T.let([Version.new(NON_SUPPORTED_HIGHEST_VERSION)].freeze, T::Array[Dependabot::Version])

0 commit comments

Comments
 (0)