python-stdnum branch master updated. 1.18-13-g7af50b7
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.18-13-g7af50b7
- 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. 1.18-13-g7af50b7
- Date: Sat, 18 Mar 2023 17:04:05 +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 7af50b76d24ba292306ba68f767082185cbd4875 (commit)
from 8498b37c419839cae158c35475c7c6a71ab5caa6 (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=7af50b76d24ba292306ba68f767082185cbd4875
commit 7af50b76d24ba292306ba68f767082185cbd4875
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Mar 18 16:32:28 2023 +0100
Add support for Python 3.11
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 05b28ab..c2f6643 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [2.7, 3.7, 3.8, 3.9, '3.10', pypy2.7, pypy3.9]
+ python-version: [2.7, 3.7, 3.8, 3.9, '3.10', 3.11, pypy2.7, pypy3.9]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
diff --git a/setup.py b/setup.py
index 2f20b22..699b3c7 100755
--- a/setup.py
+++ b/setup.py
@@ -71,6 +71,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business :: Financial',
'Topic :: Software Development :: Libraries :: Python Modules',
diff --git a/tox.ini b/tox.ini
index ba29878..3c2f47f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{27,35,36,37,38,39,310,py,py3},flake8,docs
+envlist = py{27,35,36,37,38,39,310,311,py,py3},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-stdnum
- python-stdnum branch master updated. 1.18-13-g7af50b7,
Commits of the python-stdnum project