|
6 | 6 | BUNDLE_FOLDER = Path(__file__).absolute().parent |
7 | 7 | BUNDLE_SUPPORT = { |
8 | 8 | "3.10": { |
9 | | - "pip": "pip-20.3.3-py2.py3-none-any.whl", |
10 | | - "setuptools": "setuptools-51.3.3-py3-none-any.whl", |
| 9 | + "pip": "pip-21.0.1-py3-none-any.whl", |
| 10 | + "setuptools": "setuptools-52.0.0-py3-none-any.whl", |
11 | 11 | "wheel": "wheel-0.36.2-py2.py3-none-any.whl", |
12 | 12 | }, |
13 | 13 | "3.9": { |
14 | | - "pip": "pip-20.3.3-py2.py3-none-any.whl", |
15 | | - "setuptools": "setuptools-51.3.3-py3-none-any.whl", |
| 14 | + "pip": "pip-21.0.1-py3-none-any.whl", |
| 15 | + "setuptools": "setuptools-52.0.0-py3-none-any.whl", |
16 | 16 | "wheel": "wheel-0.36.2-py2.py3-none-any.whl", |
17 | 17 | }, |
18 | 18 | "3.8": { |
19 | | - "pip": "pip-20.3.3-py2.py3-none-any.whl", |
20 | | - "setuptools": "setuptools-51.3.3-py3-none-any.whl", |
| 19 | + "pip": "pip-21.0.1-py3-none-any.whl", |
| 20 | + "setuptools": "setuptools-52.0.0-py3-none-any.whl", |
21 | 21 | "wheel": "wheel-0.36.2-py2.py3-none-any.whl", |
22 | 22 | }, |
23 | 23 | "3.7": { |
24 | | - "pip": "pip-20.3.3-py2.py3-none-any.whl", |
25 | | - "setuptools": "setuptools-51.3.3-py3-none-any.whl", |
| 24 | + "pip": "pip-21.0.1-py3-none-any.whl", |
| 25 | + "setuptools": "setuptools-52.0.0-py3-none-any.whl", |
26 | 26 | "wheel": "wheel-0.36.2-py2.py3-none-any.whl", |
27 | 27 | }, |
28 | 28 | "3.6": { |
29 | | - "pip": "pip-20.3.3-py2.py3-none-any.whl", |
30 | | - "setuptools": "setuptools-51.3.3-py3-none-any.whl", |
| 29 | + "pip": "pip-21.0.1-py3-none-any.whl", |
| 30 | + "setuptools": "setuptools-52.0.0-py3-none-any.whl", |
31 | 31 | "wheel": "wheel-0.36.2-py2.py3-none-any.whl", |
32 | 32 | }, |
33 | 33 | "3.5": { |
34 | | - "pip": "pip-20.3.3-py2.py3-none-any.whl", |
| 34 | + "pip": "pip-20.3.4-py2.py3-none-any.whl", |
35 | 35 | "setuptools": "setuptools-50.3.2-py3-none-any.whl", |
36 | 36 | "wheel": "wheel-0.36.2-py2.py3-none-any.whl", |
37 | 37 | }, |
|
41 | 41 | "wheel": "wheel-0.33.6-py2.py3-none-any.whl", |
42 | 42 | }, |
43 | 43 | "2.7": { |
44 | | - "pip": "pip-20.3.3-py2.py3-none-any.whl", |
| 44 | + "pip": "pip-20.3.4-py2.py3-none-any.whl", |
45 | 45 | "setuptools": "setuptools-44.1.1-py2.py3-none-any.whl", |
46 | 46 | "wheel": "wheel-0.36.2-py2.py3-none-any.whl", |
47 | 47 | }, |
|
0 commit comments