python-stdnum branch master updated. 1.17-17-g351be74
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.17-17-g351be74
- 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.17-17-g351be74
- Date: Sat, 13 Aug 2022 16:55:44 +0200 (CEST)
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 351be74e0d0da0e1ac5062a04fa161df12ca6c31 (commit)
from b36c0d6f3b70cca0aa77a31418d4dea1a4aba723 (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=351be74e0d0da0e1ac5062a04fa161df12ca6c31
commit 351be74e0d0da0e1ac5062a04fa161df12ca6c31
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Aug 13 16:31:33 2022 +0200
Add support for Python 3.10
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7c7052e..a85a1ee 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2.7, pypy3.6]
+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10', pypy2.7,
pypy3.6]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
diff --git a/setup.py b/setup.py
index ebdcc2e..2f20b22 100755
--- a/setup.py
+++ b/setup.py
@@ -70,6 +70,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business :: Financial',
'Topic :: Software Development :: Libraries :: Python Modules',
diff --git a/tox.ini b/tox.ini
index c353262..adc678c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{27,35,36,37,38,39,py,py3},flake8,docs
+envlist = py{27,35,36,37,38,39,310,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.17-17-g351be74,
Commits of the python-stdnum project