git » python-more-itertools.git » commit 21ea8fe

rebuild with python 3.11

author Felix Yan
2023-04-06 13:36:48 UTC
committer Felix Yan
2023-04-06 13:36:48 UTC
parent e49b7fc74a2aebf9b2cb3b815a8029fea990528b

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 10088c0..537d81c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=python-more-itertools
 pkgver=9.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='More routines for operating on iterables, beyond itertools'
 arch=('any')
 url='https://github.com/more-itertools/more-itertools'