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 347f9c5  requires 3.8 apparently
347f9c5 is described below

commit 347f9c56445180c48525ce874c35623b8ab2ab04
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Sep 20 14:38:25 2021 -0500

    requires 3.8 apparently
---
 .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 2590e95..c2f63a7 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.8, 3.9]
     steps:
     - uses: actions/checkout@master
     - name: Set up Python ${{ matrix.python-version }}

Reply via email to