You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/06/02 15:09:58 UTC

[airavata-django-portal-sdk] branch master updated: Fix Travis builds for Py 3.7, also adding 3.9

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f0bd4f  Fix Travis builds for Py 3.7, also adding 3.9
7f0bd4f is described below

commit 7f0bd4fca8fbd91793f44ba279a012135e564652
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 2 11:09:48 2022 -0400

    Fix Travis builds for Py 3.7, also adding 3.9
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d1ca6cf..0b3725b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,10 @@
 language: python
+dist: focal
 python:
   - "3.6"
   - "3.7"
   - "3.8"
+  - "3.9"
 install:
   - pip install -r requirements-dev.txt
 script: