diff --git a/CHANGELOG.md b/CHANGELOG.md index 003c1bd..92fafed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) + * Make Python 3.13 available. [#44](https://github.com/lando/python/issues/44) ## v1.2.0 - [September 25, 2024](https://github.com/lando/python/releases/tag/v1.2.0) * Make Python 3.12 available. [#35](https://github.com/lando/python/issues/35) diff --git a/builders/python.js b/builders/python.js index 3aaca01..47cb2f6 100644 --- a/builders/python.js +++ b/builders/python.js @@ -6,6 +6,7 @@ const _ = require('lodash'); // Supported versions const supportedVersions = [ '3', + '3.13', '3.12', '3.11', '3.10', diff --git a/docs/index.md b/docs/index.md index 94b343e..010a5f3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,6 +20,7 @@ services: ## Supported versions * [3](https://hub.docker.com/_/python) +* [3.13](https://hub.docker.com/_/python) * [3.12](https://hub.docker.com/_/python) * [3.11](https://hub.docker.com/_/python) * [3.10](https://hub.docker.com/_/python)