diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ee1cf9..07647df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,12 +16,12 @@ jobs: - macos-latest python: - - "3.7" - "3.8" - "3.9" - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 diff --git a/CHANGES.rst b/CHANGES.rst index 919aac4..b02011b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog 1.3 (unreleased) ---------------- +- Drop Python 3.7 support, add Python 3.13 support. + [thet] + - Do not wrap resource ``__repr__`` output in ``<>`` to render tracebacks properly in browser. [lenadax] diff --git a/setup.cfg b/setup.cfg index 36efcb8..a481e8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,10 +21,12 @@ classifiers = Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 2.7 - 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 :: Internet :: WWW/HTTP :: Dynamic Content [options]