lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.20-17-g020f1df

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.20-17-g020f1df



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  020f1df5a4e51685227d6301b0d8ff25a7a7bc2b (commit)
      from  051e63fd6d617898f8c8ae6f9b1ebc85f29061ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=020f1df5a4e51685227d6301b0d8ff25a7a7bc2b

commit 020f1df5a4e51685227d6301b0d8ff25a7a7bc2b
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Fri Oct 11 16:32:20 2024 +0200

    Use older Github runner for Python 3.7 tests

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 33a0f97..dbbc988 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: [3.6, pypy2.7]
+        python-version: [3.6, 3.7, pypy2.7]
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python ${{ matrix.python-version }}
@@ -44,7 +44,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy3.9]
+        python-version: [3.8, 3.9, '3.10', 3.11, 3.12, pypy3.9]
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python ${{ matrix.python-version }}

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
python-stdnum