Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 19, 2020
1 parent 85d229d commit b48acc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.2
- image: circleci/python:3.8.3

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ dist: xenial
sudo: true
language: python
python:
- "3.7"
- "3.8"
addons:
- apt:
- packages:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -6,7 +6,7 @@ environment:
matrix:

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"

init:
Expand Down

0 comments on commit b48acc8

Please sign in to comment.