Skip to content

Commit 6572602

Browse files
committed
Don't try to run under 3.10 (code says 3.6-3.9).
1 parent f87f2be commit 6572602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mail/feed2exec/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.14 2022/02/04 00:04:09 wiz Exp $
1+
# $NetBSD: Makefile,v 1.15 2022/02/05 21:29:12 schmonz Exp $
22

33
DISTNAME= feed2exec-0.18.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -39,7 +39,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
3939

4040
USE_LANGUAGES= # none
4141

42-
PYTHON_VERSIONS_INCOMPATIBLE= 27
42+
PYTHON_VERSIONS_INCOMPATIBLE= 27 310
4343

4444
USE_PKG_RESOURCES= yes
4545

0 commit comments

Comments
 (0)