diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e59ae0f..6ea760e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: "actions/checkout@v3" - uses: "actions/setup-python@v4" diff --git a/setup.py b/setup.py index 2013ddd..0256cf9 100644 --- a/setup.py +++ b/setup.py @@ -16,11 +16,11 @@ 'GNU Affero General Public License v3 or later (AGPLv3+)', 'Operating System :: POSIX', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', "Topic :: Utilities", "Topic :: System :: Shells", ], diff --git a/tox.ini b/tox.ini index f9d55ce..95a70de 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,13 @@ [gh-actions] python = - 3.7: py37 - 3.8: py38 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 + 3.13: py313 [tox] -envlist = py37, py38, py39, py310, py311 +envlist = py39, py310, py311, py312, py313 [testenv] passenv =