-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1121 from lorengordon/release/0.26.0
Releases version 0.26.0
- Loading branch information
Showing
5 changed files
with
43 additions
and
16 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
6 changes: 3 additions & 3 deletions
6
.github/dependencies/python38/Dockerfile → .github/dependencies/python312/Dockerfile
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,8 +1,8 @@ | ||
# This Dockerfile is used to let Dependabot manage the pinned version of Python 3.8 | ||
# This Dockerfile is used to let Dependabot manage the pinned version of Python 3.12 | ||
# that will be installed into the docker container. | ||
|
||
# This file is separate from the other Dockerfile tools in order to create a separate | ||
# entry in the Dependabot config that ignores major and minor version updates, in | ||
# order to keep this pinned to Python 3.8. | ||
# order to keep this pinned to Python 3.12. | ||
|
||
FROM python:3.8.20 as python38 | ||
FROM python:3.12.8 as python312 |
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