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 2022/01/23 23:34:32 UTC

[incubator-ponymail-foal] branch master updated: Add 3.10

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 428b7a5  Add 3.10
428b7a5 is described below

commit 428b7a589305372ba57c7127bb8952b02e5fa4fb
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jan 23 23:34:19 2022 +0000

    Add 3.10
---
 .github/workflows/type-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 7c77599..351c77b 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       max-parallel: 2
       matrix:
-        python-version: [3.7, 3.9]
+        python-version: [3.7, 3.9, 3.10]
     steps:
     - uses: actions/checkout@master
       with: