git » pyalpm.git » commit 0fad2ee

Prepare for Python 3.10 rebuild

author Evangelos Foutras
2021-11-29 20:18:41 UTC
committer Evangelos Foutras
2021-11-29 20:18:41 UTC
parent a87b0a13688d1b945a058b5795ac8936085bc38d

Prepare for Python 3.10 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 0881f3d..0c7b7df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ build() {
 
 check() {
   cd "${pkgname}"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.9" pytest
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10" pytest
 }
 
 package() {