mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fedora comes with a py36 now (#3781)
This commit is contained in:
parent
dc6e762415
commit
2e64a3f27a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -78,7 +78,7 @@ def configs = [
|
|||
[
|
||||
label: 'docker',
|
||||
imageName: 'pyca/cryptography-runner-fedora',
|
||||
toxenvs: ['py27', 'py35'],
|
||||
toxenvs: ['py27', 'py36'],
|
||||
],
|
||||
[
|
||||
label: 'docker',
|
||||
|
|
|
|||
Loading…
Reference in a new issue