Skip to content

Commit fcdaf2f

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/lib/dependabot/python/language.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ class Language < Dependabot::Ecosystem::VersionManager
4747
T::Array[Dependabot::Python::Version]
4848
)
4949

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.
5052
NON_SUPPORTED_HIGHEST_VERSION = "3.9"
5153

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

0 commit comments

Comments
 (0)