Skip to content

Commit

Permalink
chore(python): target latest python versions 3.12.2, 3.11.8 (#9328)
Browse files Browse the repository at this point in the history
Fixes #9096
  • Loading branch information
sileht authored Mar 20, 2024
1 parent 7b40f08 commit 522f500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This list must match the versions specified in
# python/lib/dependabot/python/language_version_manager.rb: PRE_INSTALLED_PYTHON_VERSIONS
ARG PY_3_12=3.12.1
ARG PY_3_11=3.11.7
ARG PY_3_12=3.12.2
ARG PY_3_11=3.11.8
ARG PY_3_10=3.10.13
ARG PY_3_9=3.9.18
ARG PY_3_8=3.8.18
Expand Down
4 changes: 2 additions & 2 deletions python/lib/dependabot/python/language_version_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module Python
class LanguageVersionManager
# This list must match the versions specified at the top of `python/Dockerfile`
PRE_INSTALLED_PYTHON_VERSIONS = %w(
3.12.1
3.11.7
3.12.2
3.11.8
3.10.13
3.9.18
3.8.18
Expand Down

0 comments on commit 522f500

Please sign in to comment.