diff --git a/build/SConscript.configure b/build/SConscript.configure index 73d917be..9d4c1517 100644 --- a/build/SConscript.configure +++ b/build/SConscript.configure @@ -30,7 +30,7 @@ if needsBuildDependencies and not os.path.exists(GetBuildPath('#dependencies')): print 'at http://www.mitsuba-renderer.org/docs.html for details on how to get them.\n' Exit(1) -python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2"] +python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"] # Parse configuration options vars = Variables(configFile)