-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Support for PYTHON|3.12.2 and PYTHON|3.11.8 (#2359)
* Add support for Python 3.12.2 and 3.11.8 * add python|3.12.2 and 3.11.8 * update base tag for python|3.12.2 and python|3.11.8 * refactor * refactor * refactor * update dockerfile path * test pipeline * update python version in dockerfiles * Update base tag for runtime images --------- Co-authored-by: root <[email protected]>
- Loading branch information
1 parent
9de9485
commit 65fa32e
Showing
11 changed files
with
29 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# This file was auto-generated from 'constants.yaml'. Changes may be overridden. | ||
|
||
PYTHON_RUNTIME_BASE_TAG='20240110.3' | ||
PYTHON_RUNTIME_BASE_TAG='20240227.1' | ||
PIP_VERSION='21.2.4' | ||
PYTHON27_VERSION='2.7.18' | ||
PYTHON36_VERSION='3.6.15' | ||
PYTHON37_VERSION='3.7.15' | ||
PYTHON38_VERSION='3.8.18' | ||
PYTHON39_VERSION='3.9.18' | ||
PYTHON310_VERSION='3.10.13' | ||
PYTHON311_VERSION='3.11.7' | ||
PYTHON312_VERSION='3.12.1' | ||
PYTHON311_VERSION='3.11.8' | ||
PYTHON312_VERSION='3.12.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters