Skip to content

python default 3.13#86

Open
shodiBoy1 wants to merge 1 commit into
devonfw:mainfrom
shodiBoy1:feature/865-az-mac-install
Open

python default 3.13#86
shodiBoy1 wants to merge 1 commit into
devonfw:mainfrom
shodiBoy1:feature/865-az-mac-install

Conversation

@shodiBoy1
Copy link
Copy Markdown

Lowers PYTHON_VERSION default from 3.14* to 3.13.*. Microsoft's Azure CLI macOS tarball is pinned to Python 3.13 ABI, but IDEasy's Python.java only allows one Python version per project so ide az on macOS currently fails with a version conflict.

analysis (full details in devonfw/IDEasy#1945):

  • No IDEasy code hardcodes Python 3.14.
  • The only other Python-dependent tool (pip) declares range [3.8,)
    which 3.13 satisfies.
  • Existing projects unaffected - they keep their own settings copy.
  • Users wanting 3.14 can still override per-project in conf/ide.properties.

@shodiBoy1 shodiBoy1 self-assigned this May 13, 2026
@shodiBoy1 shodiBoy1 added the enhancement New feature or request label May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant