File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Another important feature of archival replays is the inclusion of an archival ba
23
23
24
24
## Installing
25
25
26
- InterPlanetary Wayback (ipwb) requires Python 3.8 +. ipwb can also be used with Docker ([ see below] ( #user-content-using-docker ) ).
26
+ InterPlanetary Wayback (ipwb) requires Python 3.9 +. ipwb can also be used with Docker ([ see below] ( #user-content-using-docker ) ).
27
27
28
28
For conventional usage, the latest release of ipwb can be installed using pip:
29
29
Original file line number Diff line number Diff line change 16
16
author_email = 'me@matkelly.com' ,
17
17
description = desc ,
18
18
packages = ['ipwb' ],
19
- python_requires = '>=3.8 ' ,
19
+ python_requires = '>=3.9 ' ,
20
20
license = 'MIT' ,
21
21
long_description = long_description ,
22
22
long_description_content_type = "text/markdown" ,
56
56
57
57
'Environment :: Web Environment' ,
58
58
59
- 'Programming Language :: Python :: 3.8' ,
60
59
'Programming Language :: Python :: 3.9' ,
61
60
'Programming Language :: Python :: 3.10' ,
62
61
'Programming Language :: Python :: 3.11' ,
62
+ 'Programming Language :: Python :: 3.12' ,
63
+ 'Programming Language :: Python :: 3.13' ,
63
64
64
65
'License :: OSI Approved :: MIT License' ,
65
66
You can’t perform that action at this time.
0 commit comments