lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.2-11-g5cbd43f

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

python-pskc branch master updated. 1.2-11-g5cbd43f



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  5cbd43fd77008387954ce8b802ef2aa9e4a7daa2 (commit)
      from  425750059183109fd8f5cd83ddc6d9fda1bc64cb (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=5cbd43fd77008387954ce8b802ef2aa9e4a7daa2

commit 5cbd43fd77008387954ce8b802ef2aa9e4a7daa2
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun May 19 15:03:20 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 e85da07..88f2594 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, 3.12, pypy2.7, 
pypy3.8, pypy3.9]
+        python-version: [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 e6663ce..016c792 100755
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,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 ac014d5..39b5382 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-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,codespell
+envlist = 
py{27,36,37,38,39,310,312,py,py3}-signxml,py{27,36,37,38,39,310,311,312,py,py3}{-legacy,-lxml}{,-defusedxml},flake8,docs,codespell
 skip_missing_interpreters = true
 
 [testenv]
@@ -24,7 +24,7 @@ skip_install = true
 deps = flake8<6.0
        flake8-author
        flake8-blind-except
-       py{35,36,37,38,39,310,311}: flake8-bugbear
+       py{36,37,38,39,310,311}: flake8-bugbear
        flake8-class-newline
        flake8-commas
        flake8-deprecated

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

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


hooks/post-receive
-- 
python-pskc