Skip to content

Commit

Permalink
feat(3.13): 3.13.0a3 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Jan 19, 2024
1 parent ec90c81 commit 39fd1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV PIP_ROOT_USER_ACTION ignore
# python
ENV PYTHON_ROOT /opt/python
ENV PYTHON2_VERSION 2.7.18
ENV PYTHON3_VERSION 3.13.0a2
ENV PYTHON3_VERSION 3.13.0a3

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

### Alpha, Beta and Release Candidates

- [`3.13.0a2`] - Comes with Python 3.13.0a2 and 2.7.18.
- [`3.13.0a3`] - Comes with Python 3.13.0a3 and 2.7.18.

For more tags, [click here].

Expand Down Expand Up @@ -85,7 +85,7 @@ Based on the [Docker "Official Image"] for [`python`] using the following `Docke
[`3.12`, `3.12.1`, `latest`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.12/Dockerfile
[`3.11`, `3.11.7`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.11/Dockerfile
[`3.10`, `3.10.13`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.10/Dockerfile
[`3.13.0a2`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.13/Dockerfile
[`3.13.0a3`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.13/Dockerfile
<!-- External links -->
[Azure Pipelines]: https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/jobs-job-container?view=azure-pipelines
[click here]: https://hub.docker.com/repository/docker/coatldev/six/tags
Expand Down

0 comments on commit 39fd1b6

Please sign in to comment.