From 8ab36fae9ed40af0ac727dbdf51eb68092a44aae Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Sun, 1 Sep 2024 14:43:09 +0200 Subject: [PATCH] Test 3.13, drop 3.7 and below --- .github/workflows/pytest.yml | 2 +- setup.cfg | 4 +--- tox.ini | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 42fe6ae..0bf08da 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12-dev'] + python-version: [3.8, 3.9, '3.10', 3.11, '3.12-dev', '3.13-dev'] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.cfg b/setup.cfg index 96001c0..4649325 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,14 +9,12 @@ long_description = file: README.md long_description_content_type = text/markdown classifiers = Intended Audience :: Developers - Programming Language :: Python :: 3.5 - Programming Language :: Python :: 3.6 - 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 License :: OSI Approved :: MIT License Operating System :: OS Independent Topic :: Software Development :: Debuggers diff --git a/tox.ini b/tox.ini index e5c0a66..498d733 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{36,37,38,39,310,311,312} +envlist = py{38,39,310,311,312,313} [testenv] commands = pytest {posargs}