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