Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
more packages with py33
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Sep 10, 2015
1 parent c626b26 commit 33e2310
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions rackspace.ini
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ excludeVersions = 4.0.0
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
py32_32 py32_32X py32_64 py32_64X
py33_32 py33_32X py33_64 py33_64X
repotype = git

[persistent]
Expand All @@ -244,6 +245,7 @@ excludeVersions =
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
py32_32 py32_32X py32_64 py32_64X
py33_32 py33_32X py33_64 py33_64X
repotype = git

[zodbpickle]
Expand All @@ -256,6 +258,7 @@ targets = py26_32 py26_32X py26_64 py26_64X
# py3.x disabled because of
# https://github.com/zopefoundation/zodbpickle/issues/16
# py32_32 py32_32X py32_64 py32_64X
# py33_32 py33_32X py33_64 py33_64X
repotype = git

#[zope.container]
Expand Down Expand Up @@ -307,12 +310,13 @@ maxVersion =
targets = py27_32 py27_32X py27_64 py27_64X
repotype = git

[zope.hookable_32]
[zope.hookable_3X]
package = zope.hookable
#versions prior 4.0.3 are borked
minVersion = 4.0.3
maxVersion =
targets = py32_32 py32_32X py32_64 py32_64X
py33_32 py33_32X py33_64 py33_64X
repotype = git

#[zope.i18nmessageid]
Expand All @@ -338,12 +342,13 @@ excludeVersions =
targets = py27_32 py27_32X py27_64 py27_64X
repotype = git

[zope.i18nmessageid_32]
[zope.i18nmessageid_3X]
package = zope.i18nmessageid
minVersion = 4.0.1
maxVersion =
excludeVersions =
targets = py32_32 py32_32X py32_64 py32_64X
py33_32 py33_32X py33_64 py33_64X
repotype = git

[zope.index]
Expand Down Expand Up @@ -427,12 +432,13 @@ excludeVersions =
targets = py27_32 py27_32X py27_64 py27_64X
repotype = git

[zope.proxy_32]
[zope.proxy_3X]
package = zope.proxy
minVersion = 4.0.0
maxVersion =
excludeVersions =
targets = py32_32 py32_32X py32_64 py32_64X
py33_32 py33_32X py33_64 py33_64X
repotype = git

#[zope.security]
Expand Down Expand Up @@ -460,6 +466,7 @@ excludeVersions =
targets = py26_32 py26_32X py26_64 py26_64X
py27_32 py27_32X py27_64 py27_64X
py32_32 py32_32X py32_64 py32_64X
py33_32 py33_32X py33_64 py33_64X
repotype = git


Expand Down

0 comments on commit 33e2310

Please sign in to comment.