This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/develop by this push:
new f0190f41 AIRAVATA-3529 Not quite ready for Py 3.11
f0190f41 is described below
commit f0190f41dfaa1e23f7d1869b6b4d5afd3b6efedd
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Dec 8 15:02:04 2022 -0500
AIRAVATA-3529 Not quite ready for Py 3.11
Wagtail/Pillow needs upgraded first and we'll probably have to drop Py 3.6
in the process.
---
.travis.yml | 2 +-
tox.ini | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0f6eb63c..39fadef7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
- "3.8"
- "3.9"
- "3.10"
- - "3.11"
+ # - "3.11"
install:
- nvm install
- nvm use
diff --git a/tox.ini b/tox.ini
index 782d4fc0..53a045d2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py36, py37, py38, py39, py310, py311
+envlist = py36, py37, py38, py39, py310 #, py311
[testenv]
deps =