git » python-more-itertools.git » commit dfb8def

rebuild with python 3.11

author Felix Yan
2023-04-06 16:46:32 UTC
committer Felix Yan
2023-04-06 16:46:32 UTC
parent 21ea8febb936ec639596ca2700692d3f335a7c7e

rebuild with python 3.11

PKGBUILD +1 -1

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