pkgsrc-WIP-changes archive

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

py-homeassistant: Allow python 3.12



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Nov 14 09:10:45 2023 -0500
Changeset:	88d3de90045efb40ec29643b43fc2c306058c1bd

Modified Files:
	py-homeassistant/Makefile

Log Message:
py-homeassistant: Allow python 3.12

Untested, but it ought to work.

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

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

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

diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index c792161cf3..3ecee1c1e2 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -34,8 +34,9 @@ META_PACKAGE=	yes
 
 ## PYTHON
 
-# HA 2023.8 only works with Python 3.11
-PYTHON_VERSIONS_ACCEPTED=311
+# HA 2023.8 requires Python 3.11
+# Guess that 3.12 is ok.
+PYTHON_VERSIONS_ACCEPTED=311 312
 .include "../../lang/python/pyversion.mk"
 
 # Building HA in a venv requires virtualenv


Home | Main Index | Thread Index | Old Index