python-pskc branch master updated. 1.2-8-g8f01efd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-pskc branch master updated. 1.2-8-g8f01efd
- 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.2-8-g8f01efd
- Date: Sun, 12 Nov 2023 12:58:23 +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 8f01efdbff6a684b0b9fce9dc557d8815de69cad (commit)
from cce7e0210a02fa652a17180e1cf3e1ce5a696c13 (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=8f01efdbff6a684b0b9fce9dc557d8815de69cad
commit 8f01efdbff6a684b0b9fce9dc557d8815de69cad
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sun Nov 12 12:53:46 2023 +0100
Add support for Python 3.12
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e83c4f6..7793712 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', 3.11, pypy2.7,
pypy3.8, pypy3.9]
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy2.7,
pypy3.8, pypy3.9]
flavour: [signxml]
steps:
- uses: actions/checkout@v3
diff --git a/setup.py b/setup.py
index 4d0bee5..e6663ce 100755
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,7 @@ setup(
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',
diff --git a/tox.ini b/tox.ini
index c65892f..482df5c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist =
py{27,35,36,37,38,39,310,py,py3}-signxml,py{27,35,36,37,38,39,310,311,py,py3}{-legacy,-lxml}{,-defusedxml},flake8,docs
+envlist =
py{27,35,36,37,38,39,310,312,py,py3}-signxml,py{27,35,36,37,38,39,310,311,312,py,py3}{-legacy,-lxml}{,-defusedxml},flake8,docs
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.2-8-g8f01efd,
Commits of the python-pskc project