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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new dcdbcd0  Get one version working first
dcdbcd0 is described below

commit dcdbcd06062d2458c592320d915f837ddf01b55b
Author: sebbASF <sebb...@users.noreply.github.com>
AuthorDate: Wed Aug 14 11:27:05 2019 +0100

    Get one version working first
---
 .github/workflows/pythonpackage.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pythonpackage.yml 
b/.github/workflows/pythonpackage.yml
index d75e619..5e2cb8c 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -9,7 +9,8 @@ jobs:
     strategy:
       max-parallel: 4
       matrix:
-        python-version: [2.7, 3.5, 3.6, 3.7]
+#         python-version: [2.7, 3.5, 3.6, 3.7]
+        python-version: [3.7]
 
     steps:
     - uses: actions/checkout@master

Reply via email to