Skip to content

Commit 0d09003

Browse files
author
Greg Lindahl
committed
finishing touches
1 parent c0acc68 commit 0d09003

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 0.9.35
2+
+ exponential backoff retries now that IA is sending 429
3+
14
- 0.9.34
25
+ renamed class CDXFetcher kwarg warc_url_prefix to warc_download_prefix
36
+ changed CC warc downloads to use the Cloudfront url, which has rate limits

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
author_email='[email protected]',
3838
url='https://github.com/cocrawler/cdx_toolkit',
3939
packages=packages,
40-
python_requires=">=3.6.*",
40+
python_requires=">=3.6",
4141
extras_require=extras_require,
4242
setup_requires=['setuptools-scm'],
4343
install_requires=requires,
@@ -64,6 +64,8 @@
6464
'Programming Language :: Python :: 3.8',
6565
'Programming Language :: Python :: 3.9',
6666
'Programming Language :: Python :: 3.10',
67+
'Programming Language :: Python :: 3.11',
68+
'Programming Language :: Python :: 3.12',
6769
'Programming Language :: Python :: 3 :: Only',
6870
],
6971
)

0 commit comments

Comments
 (0)