diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2025-04-21 16:53:54 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2025-04-21 16:54:08 +0200 |
commit | 91610fad0477e71a29504e0312986bf5361b26bc (patch) | |
tree | a2486a62ad1607e17c74626682cc1b0bdd2e32ae | |
parent | 056f5ab50e6243be6fd2352aa93cf7dd326e0b56 (diff) |
-rw-r--r-- | .github/workflows/test.yml | 2 | ||||
-rwxr-xr-x | setup.py | 3 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 32e4010..7701979 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, '3.10', 3.11, 3.12, pypy3.9, pypy3.10] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13, pypy3.9, pypy3.10] flavour: [signxml] steps: - uses: actions/checkout@v3 @@ -2,7 +2,7 @@ # setup.py - python-pskc installation script # -# Copyright (C) 2014-2024 Arthur de Jong +# Copyright (C) 2014-2025 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -63,6 +63,7 @@ setup( 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Security :: Cryptography', 'Topic :: Software Development :: Libraries :: Python Modules', @@ -1,5 +1,5 @@ [tox] -envlist = py{38,39,310,312,py,py3}-signxml,py{38,39,310,311,312,py3}{-legacy,-legacy-defusedxml,-lxml},flake8,docs,codespell +envlist = py{38,39,310,312,313,py,py3}-signxml,py{38,39,310,311,312,313,py3}{-legacy,-legacy-defusedxml,-lxml},flake8,docs,codespell skip_missing_interpreters = true [testenv] |