contrib/fuzz/pyutil.cc
changeset 44961 ee5f27d7b9fb
parent 43859 8766728dbce6
--- a/contrib/fuzz/pyutil.cc	Mon Jun 15 12:00:15 2020 -0400
+++ b/contrib/fuzz/pyutil.cc	Mon Jun 15 15:13:01 2020 -0400
@@ -21,7 +21,7 @@
 void initpy(const char *cselfpath)
 {
 #ifdef HG_FUZZER_PY3
-	const std::string subdir = "/sanpy/lib/python3.7";
+	const std::string subdir = "/sanpy/lib/python3.8";
 #else
 	const std::string subdir = "/sanpy/lib/python2.7";
 #endif