lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.3-7-gdf5f2c3

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

python-pskc branch master updated. 1.3-7-gdf5f2c3



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  df5f2c35564e0e5b74a652007cec0370bac553ff (commit)
      from  91610fad0477e71a29504e0312986bf5361b26bc (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=df5f2c35564e0e5b74a652007cec0370bac553ff

commit df5f2c35564e0e5b74a652007cec0370bac553ff
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Wed Dec 17 00:04:37 2025 +0100

    Run flake8 with Python 3.13
    
    Python version 3.14 no longer works.

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7701979..98578a2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
       - name: Set up Python
         uses: actions/setup-python@v4
         with:
-          python-version: 3.x
+          python-version: 3.13
       - name: Install dependencies
         run: python -m pip install --upgrade pip tox
       - name: Run tox ${{ matrix.tox_job }}

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

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


hooks/post-receive
-- 
python-pskc