[arch-commits] Commit in python-aiofiles/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 18:46:46 UTC 2019
Date: Thursday, October 31, 2019 @ 18:46:46
Author: foutrelis
Revision: 521680
Fix build with Python 3.8
Modified:
python-aiofiles/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:37:08 UTC (rev 521679)
+++ PKGBUILD 2019-10-31 18:46:46 UTC (rev 521680)
@@ -31,7 +31,7 @@
check() {
cd aiofiles
- tox -e py37
+ tox -e py38
}
package() {
More information about the arch-commits
mailing list