lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.3-1-g78a25b3

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

python-pskc branch master updated. 1.3-1-g78a25b3



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-pskc".

The branch, master has been updated
       via  78a25b342bf27d46068eacace6faa5d404998398 (commit)
      from  f5872f90a4740c5d3cea745bc417514b4e06227f (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-pskc/commit/?id=78a25b342bf27d46068eacace6faa5d404998398

commit 78a25b342bf27d46068eacace6faa5d404998398
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Wed Jan 1 09:01:37 2025 +0100

    Test with PyPy 3.10 to replace PyPy 3.8
    
    This is needed because the cryptography library has dropped support for
    PyPy versions older than 3.9.

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 179ee1c..a4b982c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy3.8, 
pypy3.9]
+        python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy3.9, 
pypy3.10]
         flavour: [signxml]
     steps:
       - uses: actions/checkout@v3

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

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


hooks/post-receive
-- 
python-pskc