diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-11-02 12:57:52 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-11-02 13:57:52 -0400 |
| commit | 2219ea7609eaacfa2d09f80d1baf60be7af5eaca (patch) | |
| tree | 75bd18867678ca60075cd5ffc5c447f675f156b4 /Jenkinsfile | |
| parent | 106de1cb976c8ab7057484cb555979bb27e2430e (diff) | |
| download | cryptography-2.1.3.tar.gz | |
changelog and version bump for 2.1.3 (#4007)2.1.3
* changelog and version bump for 2.1.3
* buster is 3.6 now (#4003)
* Fix a few new flake8 issues (#4008)
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 11cbfd75c..af7467a28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ def configs = [ [ label: 'docker', imageName: 'pyca/cryptography-runner-buster', - toxenvs: ['py27', 'py35'], + toxenvs: ['py27', 'py36'], ], [ label: 'docker', |
