Skip to content

Commit

Permalink
Update requirements to Py 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 24, 2024
1 parent e3c7d20 commit 6fa3d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Another important feature of archival replays is the inclusion of an archival ba

## Installing

InterPlanetary Wayback (ipwb) requires Python 3.8+. ipwb can also be used with Docker ([see below](#user-content-using-docker)).
InterPlanetary Wayback (ipwb) requires Python 3.9+. ipwb can also be used with Docker ([see below](#user-content-using-docker)).

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

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='[email protected]',
description=desc,
packages=['ipwb'],
python_requires='>=3.8',
python_requires='>=3.9',
license='MIT',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -56,10 +56,11 @@

'Environment :: Web Environment',

'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',

'License :: OSI Approved :: MIT License',

Expand Down

0 comments on commit 6fa3d77

Please sign in to comment.