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-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b7640a  Use setup v2; try 3.10
0b7640a is described below

commit 0b7640a719873e43e09b5f70ce0503180c346eca
Author: Sebb <[email protected]>
AuthorDate: Sun Jan 23 23:50:28 2022 +0000

    Use setup v2; try 3.10
---
 .github/workflows/unittest.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index e7c3ccb..726c9c0 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.10"]
 
     steps:
     - uses: actions/checkout@master
@@ -23,7 +23,7 @@ jobs:
         repository: apache/incubator-ponymail-unit-tests
         path: pmtests
     - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v1
+      uses: actions/setup-python@v2
       with:
         python-version: ${{ matrix.python-version }}
     - name: Install dependencies

Reply via email to