|
@@ -1,17 +1,17 @@
|
|
-python_version: "3.8"
|
|
|
|
|
|
+python_version: "3.11"
|
|
|
|
|
|
# The default set of platforms vpython checks for does not yet include mac-arm64.
|
|
# The default set of platforms vpython checks for does not yet include mac-arm64.
|
|
# Setting `verify_pep425_tag` to the list of platforms we explicitly must support
|
|
# Setting `verify_pep425_tag` to the list of platforms we explicitly must support
|
|
# allows us to ensure that vpython specs stay mac-arm64-friendly
|
|
# allows us to ensure that vpython specs stay mac-arm64-friendly
|
|
verify_pep425_tag: [
|
|
verify_pep425_tag: [
|
|
- {python: "cp38", abi: "cp38", platform: "manylinux1_x86_64"},
|
|
|
|
- {python: "cp38", abi: "cp38", platform: "linux_arm64"},
|
|
|
|
|
|
+ {python: "cp311", abi: "cp311", platform: "manylinux1_x86_64"},
|
|
|
|
+ {python: "cp311", abi: "cp311", platform: "linux_arm64"},
|
|
|
|
|
|
- {python: "cp38", abi: "cp38", platform: "macosx_10_10_intel"},
|
|
|
|
- {python: "cp38", abi: "cp38", platform: "macosx_11_0_arm64"},
|
|
|
|
|
|
+ {python: "cp311", abi: "cp311", platform: "macosx_10_10_intel"},
|
|
|
|
+ {python: "cp311", abi: "cp311", platform: "macosx_11_0_arm64"},
|
|
|
|
|
|
- {python: "cp38", abi: "cp38", platform: "win32"},
|
|
|
|
- {python: "cp38", abi: "cp38", platform: "win_amd64"}
|
|
|
|
|
|
+ {python: "cp311", abi: "cp311", platform: "win32"},
|
|
|
|
+ {python: "cp311", abi: "cp311", platform: "win_amd64"}
|
|
]
|
|
]
|
|
|
|
|
|
# Used by:
|
|
# Used by:
|