From 64c49ee605f60380d2fd93294982f8eef4890964 Mon Sep 17 00:00:00 2001 From: Jonathan Vusich <31666175+JonathanVusich@users.noreply.github.com> Date: Sat, 24 Oct 2020 15:06:57 -0500 Subject: [PATCH] Bump python version on Windows (#48) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 984dc70..17a0d56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ matrix: - python setup.py install - os: windows language: sh - python: "3.7" - env: export PATH="/c/Python38:/c/Python38/Scripts:$PATH" + python: "3.9" + env: export PATH="/c/Python39:/c/Python39/Scripts:$PATH" before_install: - choco install python3 - pip install -r requirements-dev.txt