From 3c137d909dc004fbcab4a1593c3a6430882fd853 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 17 Dec 2018 19:10:55 -0500 Subject: Fedora has rev'd its Python to 3.7 (#4647) * Fedora has rev'd it's Python to 3.7 * here too --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b8ecb7d6..8bc93d46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,9 +94,9 @@ matrix: - python: 2.7 services: docker env: TOXENV=py27 DOCKER=pyca/cryptography-runner-fedora - - python: 3.6 + - python: 3.7 services: docker - env: TOXENV=py36 DOCKER=pyca/cryptography-runner-fedora + env: TOXENV=py37 DOCKER=pyca/cryptography-runner-fedora - python: 3.6 services: docker env: TOXENV=py36 DOCKER=pyca/cryptography-runner-alpine:latest -- cgit v1.2.3