python-stdnum branch master updated. 2.1-13-gc7a7fd1
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
python-stdnum branch master updated. 2.1-13-gc7a7fd1
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 2.1-13-gc7a7fd1
- Date: Wed, 17 Dec 2025 00:02:39 +0100 (CET)
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 c7a7fd1d7cef92a92ff193d594582110219df5f7 (commit)
from 7a9b8527a501edaa506c06d0d7a5c7c2a3acbb00 (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=c7a7fd1d7cef92a92ff193d594582110219df5f7
commit c7a7fd1d7cef92a92ff193d594582110219df5f7
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Tue Dec 16 23:59:21 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 af22673..8c1633d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -36,7 +36,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-stdnum
- python-stdnum branch master updated. 2.1-13-gc7a7fd1,
Commits of the python-stdnum project