python-pskc branch master updated. 1.3-13-gc4911d6
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-pskc branch master updated. 1.3-13-gc4911d6
- From: Commits of the python-pskc project <python-pskc-commits [at] lists.arthurdejong.org>
- To: python-pskc-commits [at] lists.arthurdejong.org
- Reply-to: python-pskc-users [at] lists.arthurdejong.org, python-pskc-commits [at] lists.arthurdejong.org
- Subject: python-pskc branch master updated. 1.3-13-gc4911d6
- Date: Tue, 30 Dec 2025 16:17:27 +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-pskc".
The branch, master has been updated
via c4911d616b1819723f477337b4a9ebdee32880ba (commit)
from f10acff73e025a998fe31de85a88e9da3a8d7729 (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=c4911d616b1819723f477337b4a9ebdee32880ba
commit c4911d616b1819723f477337b4a9ebdee32880ba
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Tue Dec 30 16:13:51 2025 +0100
Add support for Python 3.14
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2c355d5..057fda2 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, pypy3.9, pypy3.10]
+ python-version: [3.8, 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 857e5f8..8ad0ab8 100755
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ setup(
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
+ 'Programming Language :: Python :: 3.14',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',
diff --git a/tox.ini b/tox.ini
index a85365c..ddb21de 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist =
py{38,39,310,312,313,py,py3}-signxml,py{38,39,310,311,312,313,py3}{-legacy,-legacy-defusedxml,-lxml},flake8,mypy,docs,codespell
+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
skip_missing_interpreters = true
[testenv]
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/test.yml | 2 +-
setup.py | 1 +
tox.ini | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
python-pskc
- python-pskc branch master updated. 1.3-13-gc4911d6,
Commits of the python-pskc project