File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
- macos-latest
17
17
18
18
python :
19
- - " 3.7"
20
19
- " 3.8"
21
20
- " 3.9"
22
21
- " 3.10"
23
22
- " 3.11"
24
23
- " 3.12"
24
+ - " 3.13"
25
25
26
26
steps :
27
27
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Changelog
4
4
1.3 (unreleased)
5
5
----------------
6
6
7
+ - Drop Python 3.7 support, add Python 3.13 support.
8
+ [thet]
9
+
7
10
- Do not wrap resource ``__repr__ `` output in ``<> `` to render tracebacks
8
11
properly in browser.
9
12
[lenadax]
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ classifiers =
21
21
Operating System :: OS Independent
22
22
Programming Language :: Python
23
23
Programming Language :: Python :: 2.7
24
- Programming Language :: Python :: 3.7
25
24
Programming Language :: Python :: 3.8
26
25
Programming Language :: Python :: 3.9
27
26
Programming Language :: Python :: 3.10
27
+ Programming Language :: Python :: 3.11
28
+ Programming Language :: Python :: 3.12
29
+ Programming Language :: Python :: 3.13
28
30
Topic :: Internet :: WWW/HTTP :: Dynamic Content
29
31
30
32
[options]
You can’t perform that action at this time.
0 commit comments