You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/22 11:54:35 UTC

[incubator-ponymail-unit-tests] branch master updated: Also test against 3.8

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-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c01f33  Also test against 3.8
0c01f33 is described below

commit 0c01f331ea025ce38ccffee720f4adc80cc62d39
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 22 12:54:21 2020 +0100

    Also test against 3.8
---
 .github/workflows/unittest.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index c4a3253..782604b 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -10,7 +10,7 @@ jobs:
       max-parallel: 4
       matrix:
 #         python-version: [2.7, 3.5, 3.6, 3.7]
-        python-version: [3.7]
+        python-version: [3.7, 3.8]
 
     steps:
     - uses: actions/checkout@master