Removed obsolete TODO.

PiperOrigin-RevId: 606317655
pull/15803/head
Joshua Haberman 1 year ago committed by Copybara-Service
parent b9273fa7c7
commit 776d072fa1
  1. 2
      python/dist/BUILD.bazel

@ -427,7 +427,6 @@ py_dist(
name = "dist", name = "dist",
binary_wheel = ":binary_wheel", binary_wheel = ":binary_wheel",
full_api_cpus = [ full_api_cpus = [
# TODO: fix win32 build
"win32", "win32",
"win64", "win64",
], ],
@ -443,7 +442,6 @@ py_dist(
# 3.10, but on Linux we can get away with using 3.7 (see ../python_api.h for # 3.10, but on Linux we can get away with using 3.7 (see ../python_api.h for
# details). # details).
limited_api_wheels = { limited_api_wheels = {
# TODO: fix win32 build
"win32": "310", "win32": "310",
"win64": "310", "win64": "310",
"linux-x86_64": "38", "linux-x86_64": "38",

Loading…
Cancel
Save