[PR #696] [CLOSED] Update Home Assistant core to python 3.13 #2840

Closed
opened 2026-02-26 13:31:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/696
Author: @michelroegl-brunner
Created: 12/5/2024
Status: Closed

Base: mainHead: homeasistant-core


📝 Commits (2)

  • 242b9c1 Updated Python warning for HA2024.12
  • 16d6874 Updated dependnecies to Python 3.13 and tidied up the script (No functional changes beside Dependencies

📊 Changes

2 files changed (+39 additions, -9 deletions)

View changed files

📝 ct/homeassistant-core.sh (+1 -1)
📝 install/homeassistant-core-install.sh (+38 -8)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

Update the script to install Python 3.13 instead of 3.12. This is required by Home Assistant 2024.12.
Python 13.3 is not yet in the official apt sources for Ubunut 24.02, so it uses deadsnakes channel.

Home Assistant still installs with the current script version and seems to be working with python 3.12

Fixes #693

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

Provide any additional context or screenshots about the feature or fix here.

If there are other pull requests or discussions related to this change, please link them here:

  • Related PR #

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/696 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 12/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `homeasistant-core` --- ### 📝 Commits (2) - [`242b9c1`](https://github.com/community-scripts/ProxmoxVE/commit/242b9c104b11896b50d620d140a23132f8d591f5) Updated Python warning for HA2024.12 - [`16d6874`](https://github.com/community-scripts/ProxmoxVE/commit/16d68741532e9fbb800dce5d06399781d60c92bd) Updated dependnecies to Python 3.13 and tidied up the script (No functional changes beside Dependencies ### 📊 Changes **2 files changed** (+39 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `ct/homeassistant-core.sh` (+1 -1) 📝 `install/homeassistant-core-install.sh` (+38 -8) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description Update the script to install Python 3.13 instead of 3.12. This is required by Home Assistant 2024.12. Python 13.3 is not yet in the official apt sources for Ubunut 24.02, so it uses deadsnakes channel. Home Assistant still installs with the current script version and seems to be working with python 3.12 Fixes #693 ## Type of change Please check the relevant option(s): - [X] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [X] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [X] Testing performed (I have tested my changes, ensuring everything works as expected) - [ ] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Provide any additional context or screenshots about the feature or fix here. ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related PR # --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:31:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2840
No description provided.