Skip to content

Commit f724894

Browse files
committed
Drop Python 3.7 support, add Python 3.13 support.
1 parent 76f8ebb commit f724894

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- macos-latest
1717

1818
python:
19-
- "3.7"
2019
- "3.8"
2120
- "3.9"
2221
- "3.10"
2322
- "3.11"
2423
- "3.12"
24+
- "3.13"
2525

2626
steps:
2727
- uses: actions/checkout@v4

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
1.3 (unreleased)
55
----------------
66

7+
- Drop Python 3.7 support, add Python 3.13 support.
8+
[thet]
9+
710
- Do not wrap resource ``__repr__`` output in ``<>`` to render tracebacks
811
properly in browser.
912
[lenadax]

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ classifiers =
2121
Operating System :: OS Independent
2222
Programming Language :: Python
2323
Programming Language :: Python :: 2.7
24-
Programming Language :: Python :: 3.7
2524
Programming Language :: Python :: 3.8
2625
Programming Language :: Python :: 3.9
2726
Programming Language :: Python :: 3.10
27+
Programming Language :: Python :: 3.11
28+
Programming Language :: Python :: 3.12
29+
Programming Language :: Python :: 3.13
2830
Topic :: Internet :: WWW/HTTP :: Dynamic Content
2931

3032
[options]

0 commit comments

Comments
 (0)