lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.4-3-gdb446f0

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

python-pskc branch master updated. 1.4-3-gdb446f0



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  db446f04128b102d2cb9f31aedb6d740dd393732 (commit)
       via  bffa7f4c984c88acc22b9c2e4a72ed98aeac53cd (commit)
      from  384501bba1ed7d2b3a224e011188043dd7e5374d (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=db446f04128b102d2cb9f31aedb6d740dd393732

commit db446f04128b102d2cb9f31aedb6d740dd393732
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun May 3 13:53:50 2026 +0200

    Update PyPy versions to test with on Github
    
    The runners currently only support PyPy versions 3.11.
    
    This also updates the Python version to use for other tests.

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0eeecd7..b2c3395 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, pypy3.9, 
pypy3.10]
+        python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, pypy3.11]
         flavour: [signxml]
     steps:
       - uses: actions/checkout@v3
@@ -34,7 +34,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: [3.11]
+        python-version: [3.13]
         flavour: [legacy, legacy-defusedxml, lxml]
     steps:
       - uses: actions/checkout@v3

https://arthurdejong.org/git/python-pskc/commit/?id=bffa7f4c984c88acc22b9c2e4a72ed98aeac53cd

commit bffa7f4c984c88acc22b9c2e4a72ed98aeac53cd
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun May 3 13:50:15 2026 +0200

    Drop support for Python 3.8
    
    Several libraries that we depend upon are dropping support for Python
    3.8.

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 057fda2..0eeecd7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13, 3.14, pypy3.9, 
pypy3.10]
+        python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, pypy3.9, 
pypy3.10]
         flavour: [signxml]
     steps:
       - uses: actions/checkout@v3
diff --git a/setup.py b/setup.py
index 8ad0ab8..8951b06 100755
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,6 @@ setup(
         'Operating System :: OS Independent',
         'Programming Language :: Python',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
         'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: 3.11',
diff --git a/tox.ini b/tox.ini
index ddb21de..a388ab2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = 
py{38,39,310,312,313,314,py,py3}-signxml,py{38,39,310,311,312,313,314,py3}{-legacy,-legacy-defusedxml,-lxml},flake8,mypy,docs,codespell
+envlist = 
py{39,310,312,313,314,py,py3}-signxml,py{39,310,311,312,313,314,py3}{-legacy,-legacy-defusedxml,-lxml},flake8,mypy,docs,codespell
 skip_missing_interpreters = true
 
 [testenv]

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

Summary of changes:
 .github/workflows/test.yml | 4 ++--
 setup.py                   | 1 -
 tox.ini                    | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
python-pskc