Skip to content

Commit 6fa3d77

Browse files
committed
Update requirements to Py 3.9
1 parent e3c7d20 commit 6fa3d77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Another important feature of archival replays is the inclusion of an archival ba
2323

2424
## Installing
2525

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)).
2727

2828
For conventional usage, the latest release of ipwb can be installed using pip:
2929

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author_email='me@matkelly.com',
1717
description=desc,
1818
packages=['ipwb'],
19-
python_requires='>=3.8',
19+
python_requires='>=3.9',
2020
license='MIT',
2121
long_description=long_description,
2222
long_description_content_type="text/markdown",
@@ -56,10 +56,11 @@
5656

5757
'Environment :: Web Environment',
5858

59-
'Programming Language :: Python :: 3.8',
6059
'Programming Language :: Python :: 3.9',
6160
'Programming Language :: Python :: 3.10',
6261
'Programming Language :: Python :: 3.11',
62+
'Programming Language :: Python :: 3.12',
63+
'Programming Language :: Python :: 3.13',
6364

6465
'License :: OSI Approved :: MIT License',
6566

0 commit comments

Comments
 (0)