Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit d82c698

Browse files
leizleizPdfium LUCI CQ
authored andcommitted
Upgrade vpython3 and wheels
Upgrade vpython3 from 3.8 to 3.11. Update all the wheels to the latest versions, and switch from py2_py3 versions to py3 versions. Change-Id: I070c49ab9287e7108c6bd1950752211691d41285 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/113610 Reviewed-by: Nigi <[email protected]> Commit-Queue: Lei Zhang <[email protected]>
1 parent 5d87ac6 commit d82c698

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.vpython3

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@
2222
# Read more about `vpython` and how to modify this file here:
2323
# https://chromium.googlesource.com/infra/infra/+/main/doc/users/vpython.md
2424

25-
python_version: "3.8"
25+
python_version: "3.11"
2626

2727
# Used by build/util/lib/results/result_sink.py
2828
wheel: <
29-
name: "infra/python/wheels/certifi-py2_py3"
30-
version: "version:2021.5.30"
29+
name: "infra/python/wheels/certifi-py3"
30+
version: "version:2023.7.22"
3131
>
3232
wheel: <
3333
name: "infra/python/wheels/charset_normalizer-py3"
34-
version: "version:2.0.4"
34+
version: "version:3.1.0"
3535
>
3636
wheel: <
37-
name: "infra/python/wheels/idna-py2_py3"
38-
version: "version:2.10"
37+
name: "infra/python/wheels/idna-py3"
38+
version: "version:3.4"
3939
>
4040
wheel: <
4141
name: "infra/python/wheels/requests-py3"
4242
version: "version:2.31.0"
4343
>
4444
wheel: <
45-
name: "infra/python/wheels/urllib3-py2_py3"
46-
version: "version:1.26.6"
45+
name: "infra/python/wheels/urllib3-py3"
46+
version: "version:2.0.3"
4747
>
4848

4949
# Used by //testing/scripts/rust unit tests.

0 commit comments

Comments
 (0)