pkgsrc-WIP-changes archive

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

mitmproxy: Bump minimum Python version to 3.10



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 1 17:57:45 2024 +0100
Changeset:	92e82960bd1e98056782b3dc8615c5159b0c8ed8

Modified Files:
	mitmproxy/Makefile

Log Message:
mitmproxy: Bump minimum Python version to 3.10

Sync with pyproject.toml requirements.

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

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

diffstat:
 mitmproxy/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/mitmproxy/Makefile b/mitmproxy/Makefile
index 41b0889e7c..4eefc58a36 100644
--- a/mitmproxy/Makefile
+++ b/mitmproxy/Makefile
@@ -46,8 +46,8 @@ REPLACE_SH+=	mitmproxy/contrib/kaitaistruct/make.sh
 
 USE_LANGUAGES=			# none
 
-# Only for Python >=3.9
-PYTHON_VERSIONS_INCOMPATIBLE=	27 38
+# Only for Python >=3.10
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38 39
 
 .include "../../lang/python/batteries-included.mk"
 .include "../../lang/python/application.mk"


Home | Main Index | Thread Index | Old Index