pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-homeassistant: Require python 3.13 for 2025.2



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Feb 1 08:14:00 2025 -0500
Changeset:	4f3bd04745641887594dc7509382251380e68971

Modified Files:
	py-homeassistant/Makefile

Log Message:
py-homeassistant: Require python 3.13 for 2025.2

The next version of homeasssistant will drop support for 3.12; force
this package to use 3.13.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f3bd04745641887594dc7509382251380e68971

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-homeassistant/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index 6c40d9aeb2..885d02d057 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -34,7 +34,8 @@ META_PACKAGE=	yes
 ## PYTHON
 
 # HA 2024.4 requires 3.12
-PYTHON_VERSIONS_ACCEPTED=312
+# HA 2025.2 requires 3.13
+PYTHON_VERSIONS_ACCEPTED=313
 .include "../../lang/python/pyversion.mk"
 
 # Building HA in a venv requires virtualenv


Home | Main Index | Thread Index | Old Index