Skip to content

Commit 3ca59e3

Browse files
rstzcopybara-github
authored andcommitted
Internal Change
PiperOrigin-RevId: 519088821
1 parent 7234f4d commit 3ca59e3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

configure/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def get_tag(self):
100100
"Programming Language :: Python :: 3.8",
101101
"Programming Language :: Python :: 3.9",
102102
"Programming Language :: Python :: 3.10",
103-
"Programming Language :: Python :: 3.11",
104103
"Programming Language :: Python :: 3 :: Only",
105104
"Topic :: Scientific/Engineering",
106105
"Topic :: Scientific/Engineering :: Mathematics",

tools/build_pip_package.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,27 +272,23 @@ elif [ ${ARG} == "ALL_VERSIONS" ]; then
272272
e2e_pyenv 3.9.12
273273
e2e_pyenv 3.8.13
274274
e2e_pyenv 3.10.4
275-
e2e_pyenv 3.11.1
276275
elif [ ${ARG} == "ALL_VERSIONS_ALREADY_ASSEMBLED" ]; then
277276
eval "$(pyenv init -)"
278277
e2e_pyenv 3.9.12
279278
e2e_pyenv 3.8.13
280279
e2e_pyenv 3.10.4
281-
e2e_pyenv 3.11.1
282280
elif [ ${ARG} == "ALL_VERSIONS_MAC_ARM64" ]; then
283281
eval "$(pyenv init -)"
284282
assemble_files
285283
e2e_pyenv 3.9.12
286284
e2e_pyenv 3.8.13
287285
e2e_pyenv 3.10.4
288-
e2e_pyenv 3.11.1
289286
elif [ ${ARG} == "ALL_VERSIONS_MAC_INTEL_CROSSCOMPILE" ]; then
290287
eval "$(pyenv init -)"
291288
assemble_files
292289
e2e_pyenv 3.9.12
293290
e2e_pyenv 3.8.13
294291
e2e_pyenv 3.10.4
295-
e2e_pyenv 3.11.1
296292
else
297293
# Compile with a specific version of python provided in the call arguments.
298294
assemble_files

0 commit comments

Comments
 (0)