|
9 | 9 | ] |
10 | 10 |
|
11 | 11 | DEV_REQUIREMENTS = [ |
12 | | - "bandit==1.7.*", # v1.8 requires Python 3.9 |
13 | | - "black==23.*", |
| 12 | + "bandit==1.8.*", |
| 13 | + "black==25.*", |
14 | 14 | "build==1.2.*", |
15 | | - "flake8==5.*", # v6 requires Python 3.9 |
16 | | - "isort==5.*", # v6 requires Python 3.9 |
17 | | - "mypy==1.14.*", # v1.15 requires Python 3.9 |
18 | | - "pdoc==14.*", # v15 requires Python 3.9 |
19 | | - "pytest-cov==5.*", # v6 requires Python 3.9 |
| 15 | + "flake8==6.*", |
| 16 | + "isort==6.*", |
| 17 | + "mypy==1.15.*", |
| 18 | + "pdoc==15.*", |
| 19 | + "pytest-cov==6.*", |
20 | 20 | "pytest-vcr==1.*", |
21 | 21 | "pytest==8.*", |
22 | | - "vcrpy==6.*", # v7 requires Python 3.9 |
| 22 | + "vcrpy==7.*", |
23 | 23 | ] |
24 | 24 |
|
25 | 25 | with open("README.md", encoding="utf-8") as f: |
|
54 | 54 | "Tracker": "https://github.com/EasyPost/easypost-python/issues", |
55 | 55 | "Source": "https://github.com/EasyPost/easypost-python", |
56 | 56 | }, |
57 | | - python_requires=">=3.8, <4", |
| 57 | + python_requires=">=3.9, <4", |
58 | 58 | classifiers=[ |
59 | 59 | "Development Status :: 5 - Production/Stable", |
60 | 60 | "Environment :: Web Environment", |
61 | 61 | "Programming Language :: Python", |
62 | | - "Programming Language :: Python :: 3.8", |
63 | 62 | "Programming Language :: Python :: 3.9", |
64 | 63 | "Programming Language :: Python :: 3.10", |
65 | 64 | "Programming Language :: Python :: 3.11", |
|
0 commit comments