----------------
- Pyramid 1.3 compatibility.
- Depend on ``zope.configuration``>=3.8.0dev in order to prevent
misconfigurations involving this package and older versions of
zope.configuration. z.config 3.8.0 uses dictionary-based actions (older
versions used tuple-based actions). Older versions of z.config will mostly
appear to work with this version of pyramid_zcml, except for cases of ZCML
which uses the includeOverrides directive; to avoid any confusion caused by
this, we upward-pin to 3.8.0dev+.
Note that Pyramid 1.0.X, 1.1.X, 1.2.4+ and 1.3 will all still work with the
combination of pyramid_zcml 0.8 + zope.configuration 3.8.0.