Skip to content

Add Python 3.14 support to installer#148

Merged
rcaloras merged 2 commits into3.0.0-devfrom
codex/update-support-for-python-3.14
Jan 15, 2026
Merged

Add Python 3.14 support to installer#148
rcaloras merged 2 commits into3.0.0-devfrom
codex/update-support-for-python-3.14

Conversation

@rcaloras
Copy link
Owner

Motivation

  • Align the installer with the updated CI and package metadata so the project officially supports Python 3.14.

Description

  • Relax PYTHON_VERSION_COMMAND to allow Python versions up to but not including 3.15 so 3.14 is accepted.
  • Add "python3.14" to the PYTHON_VERSION_ARRAY so the installer will probe that interpreter.
  • Update user-facing error messages to reference 3.6-3.14 where applicable.

Testing

  • Ran bash -n install-bashhub.sh to validate shell syntax and it succeeded.
  • Ran bashhub_install_test=1 bash -c 'source install-bashhub.sh; get_and_check_python_version' which returned a valid interpreter and succeeded.

Codex Task

@rcaloras rcaloras merged commit ba7ed48 into 3.0.0-dev Jan 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments