You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/20 19:44:06 UTC

[incubator-ponymail-foal] branch master updated: switch back to 3.7, we should be able to handle this

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

humbedooh 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 d8aa62c  switch back to 3.7, we should be able to handle this
d8aa62c is described below

commit d8aa62c279c81da310f36501d0b80f1698abc4a6
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 20 14:44:01 2021 -0500

    switch back to 3.7, we should be able to handle this
---
 .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 c2f63a7..2590e95 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.8, 3.9]
+        python-version: [3.7, 3.9]
     steps:
     - uses: actions/checkout@master
     - name: Set up Python ${{ matrix.python-version }}