-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrated to python version 3.11.2 (#1168)
* migrated to python version 3.11.2 * update python version for actions
- Loading branch information
1 parent
fbd2d1b
commit e1ee5f0
Showing
4 changed files
with
665 additions
and
609 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
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,4 +1,4 @@ | ||
FROM python:3.10.6 | ||
FROM python:3.11.2 | ||
|
||
ENV PYTHONUNBUFFERED 1 | ||
RUN mkdir /blt | ||
|
Oops, something went wrong.