|
10 | 10 | # remember: keep requires synchronized with requirements.txt |
11 | 11 | requires = ['requests', 'warcio', 'fsspec[s3]', 'aioboto3', 'surt', 'tqdm'] |
12 | 12 |
|
13 | | -test_requirements = ['pytest', 'pytest-cov', 'boto3'] |
| 13 | +test_requirements = ['pytest', 'pytest-cov', 'responses'] |
14 | 14 |
|
15 | 15 | package_requirements = ['twine', 'setuptools', 'setuptools-scm'] |
16 | 16 |
|
|
35 | 35 | author_email='lindahl@pbm.com', |
36 | 36 | url='https://github.com/cocrawler/cdx_toolkit', |
37 | 37 | packages=packages, |
38 | | - python_requires=">=3.7", |
| 38 | + python_requires=">=3.8", |
39 | 39 | extras_require=extras_require, |
40 | 40 | setup_requires=['setuptools-scm'], |
41 | 41 | install_requires=requires, |
|
58 | 58 | 'Programming Language :: Python', |
59 | 59 | #'Programming Language :: Python :: 3.5', # setuptools-scm problem |
60 | 60 | #'Programming Language :: Python :: 3.6', # not offered in github actions |
61 | | - 'Programming Language :: Python :: 3.7', |
| 61 | + # 'Programming Language :: Python :: 3.7', |
62 | 62 | 'Programming Language :: Python :: 3.8', |
63 | 63 | 'Programming Language :: Python :: 3.9', |
64 | 64 | 'Programming Language :: Python :: 3.10', |
65 | 65 | 'Programming Language :: Python :: 3.11', |
66 | 66 | 'Programming Language :: Python :: 3.12', |
| 67 | + 'Programming Language :: Python :: 3.13', |
67 | 68 | 'Programming Language :: Python :: 3 :: Only', |
68 | 69 | ], |
69 | 70 | ) |
0 commit comments