Skip to content

Commit

Permalink
Fixed pyca#3801 -- don't create py33 wheels (pyca#3802)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and reaperhulk committed Jul 20, 2017
1 parent 0d6aaf4 commit 36a4d47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .jenkins/Jenkinsfile-cryptography-wheel-builder
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ properties([
def configs = [
[
label: 'windows',
versions: ['py26', 'py27', 'py33', 'py34', 'py35', 'py36'],
versions: ['py26', 'py27', 'py34', 'py35', 'py36'],
],
[
label: 'windows64',
versions: ['py26', 'py27', 'py33', 'py34', 'py35', 'py36'],
versions: ['py26', 'py27', 'py34', 'py35', 'py36'],
],
[
label: 'sierra',
Expand Down Expand Up @@ -46,7 +46,6 @@ def build(version, label, imageName) {
def pythonPath = [
py26: "C:\\Python26\\python.exe",
py27: "C:\\Python27\\python.exe",
py33: "C:\\Python33\\python.exe",
py34: "C:\\Python34\\python.exe",
py35: "C:\\Python35\\python.exe",
py36: "C:\\Python36\\python.exe"
Expand Down

0 comments on commit 36a4d47

Please sign in to comment.