lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.20-1-g0690996

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.20-1-g0690996



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  06909964c3ad2f76dd0f474543e65bb17a520e3d (commit)
      from  201d4d13cb4da87d96cce0c8232fe7a1d9ae43a8 (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=06909964c3ad2f76dd0f474543e65bb17a520e3d

commit 06909964c3ad2f76dd0f474543e65bb17a520e3d
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun May 19 15:00:56 2024 +0200

    Drop support for Python 3.5
    
    We don't have an easy way to test with Python 3.5 any more.

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8409a9e..33a0f97 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        python-version: [3.5, 3.6, pypy2.7]
+        python-version: [3.6, pypy2.7]
     steps:
       - uses: actions/checkout@v3
       - name: Set up Python ${{ matrix.python-version }}
diff --git a/setup.py b/setup.py
index c938536..6cbb31d 100755
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,6 @@ setup(
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
diff --git a/tox.ini b/tox.ini
index 5c28653..b70a3d1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py{27,35,36,37,38,39,310,311,312,py,py3},flake8,docs,headers
+envlist = py{27,36,37,38,39,310,311,312,py,py3},flake8,docs,headers
 skip_missing_interpreters = true
 
 [testenv]

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/test.yml | 2 +-
 setup.py                   | 1 -
 tox.ini                    | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
python-stdnum