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 4fdbcea  Not a problem; 3.7 is obsolete
4fdbcea is described below

commit 4fdbceafa3a07e9985e658e3072a352b00f5e4f7
Author: Sebb <s...@apache.org>
AuthorDate: Sun Apr 28 12:56:42 2024 +0100

    Not a problem; 3.7 is obsolete
    
    [skip ci]
---
 .github/workflows/unittest.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 9f8e8cf..43e66cf 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -16,7 +16,7 @@ jobs:
       max-parallel: 1
       matrix:
         # 3.8 EOL 2024-10 approx
-        python-version: [3.7, 3.8, "3.10", 3.12]
+        python-version: [3.8, "3.10", 3.12]
 
     steps:
     - uses: actions/checkout@master
@@ -37,8 +37,8 @@ jobs:
         python -m pip install --upgrade pip
         pip install -r tools/requirements.txt
         pip install -r test/requirements.txt
-        # WARNING: Later versions of html2text cause some tests to fail
-        # It is not yet clear if this is a testing issue or a genuine problem
+        # Later versions of html2text cause html-based tests to fail, because 
of a changed conversion
+        # This only affects the appearance of the message body, so does not 
matter for compatibility
         pip install html2text==2020.1.16 # optional dependency, but needed for 
tests
         pip list
     - name: Check versions

Reply via email to