-
-
Notifications
You must be signed in to change notification settings - Fork 66
python 3.13.0 release is not recognized #190
Description
Provide environment information
$ asdf info
OS:
Darwin m1 24.1.0 Darwin Kernel Version 24.1.0: Mon Sep 30 00:10:31 PDT 2024; root:xnu-11215.40.63~39/RELEASE_ARM64_T6000 arm64
SHELL:
zsh 5.9 (arm64-apple-darwin24.0)
BASH VERSION:
5.2.37(1)-release
ASDF VERSION:
v0.14.1
ASDF INTERNAL VARIABLES:
ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions
ASDF_DATA_DIR=/Users/ssbarnea/.asdf
ASDF_DIR=/opt/homebrew/opt/asdf/libexec
ASDF_CONFIG_FILE=/Users/ssbarnea/.asdfrc
ASDF INSTALLED PLUGINS:
direnv https://github.com/asdf-community/asdf-direnv.git master 6ff3dbe
github-cli https://github.com/bartlomiejdanek/asdf-github-cli.git master e0605b7
nodejs https://github.com/asdf-vm/asdf-nodejs.git master c36e6f0
python https://github.com/danhper/asdf-python.git master a3a0185
task https://github.com/particledecay/asdf-task.git main 0831b3c
yarn https://github.com/twuni/asdf-yarn.git main 376c540
To Reproduce
$ asdf list python
--definitions
--help
3.10.14
3.10.15
3.11.10
3.11.5
3.12.7
3.13-dev
3.13t-dev
3.7.17
3.8.18
3.8.20
3.9.18
3.9.20
Describe the Bug
While https://www.python.org/downloads/release/python-3130/ was released yesterday, asdf still shows only the dev versions.
Expected Behaviour
Python 3.13.0 should not be listed.