From 0d6f230a33aa74ff4d716f4774b046c6a87ea4ca Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Mon, 22 Apr 2019 10:57:11 -0700 Subject: [PATCH] Move CircleCI + tox to Py37 (#32) Summary: - Lets testing in the latest and greatest Python 3. Pull Request resolved: https://github.com/facebookincubator/xar/pull/32 Reviewed By: terrelln Differential Revision: D15028229 Pulled By: cooperlees fbshipit-source-id: e5d31216ea1574fa28947d9e1b259f646dcaa3a3 --- .circleci/config.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c0f79cb..ac3028d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ jobs: build: docker: - - image: circleci/python:3.6-stretch + - image: circleci/python:3.7.3-stretch steps: - checkout - run: diff --git a/tox.ini b/tox.ini index b9ebf5a..c0076a6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py36 +envlist = py27,py37 [testenv] deps =