Skip to content

Commit

Permalink
feat(python): upgrade 3.12 image to Python 3.12.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Sep 19, 2023
1 parent 00cef45 commit bd1de1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV PIP_ROOT_USER_ACTION ignore
# python
ENV PYTHON_ROOT /opt/python
ENV PYTHON2_VERSION 2.7.18
ENV PYTHON3_VERSION 3.12.0rc2
ENV PYTHON3_VERSION 3.12.0rc3

# base dependencies
RUN set -eux; \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Docker image based on Ubuntu 22.04 (Jammy Jellyfish) with Python 2.7 and Python

### Alpha, Beta and Release Candidates

- `3.12`, `3.12.0rc2` - Comes with Python 3.12.0rc2 and 2.7.18.
- `3.12`, `3.12.0rc3` - Comes with Python 3.12.0rc3 and 2.7.18.
- `3.12.0rc2` - Comes with Python 3.12.0rc2 and 2.7.18.

## How to use this image

Expand Down

0 comments on commit bd1de1c

Please sign in to comment.