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 705eeca Adding Py 3.11 to travis build
705eeca is described below
commit 705eeca6cd712ed03a5234525dbb7ca6ecbe9911
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Dec 8 14:18:22 2022 -0500
Adding Py 3.11 to travis build
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 98fe705..408b22a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
- "3.8"
- "3.9"
- "3.10"
+ - "3.11"
install:
- pip install -r requirements-dev.txt
script: