File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ def get_tag(self):
100
100
"Programming Language :: Python :: 3.8" ,
101
101
"Programming Language :: Python :: 3.9" ,
102
102
"Programming Language :: Python :: 3.10" ,
103
- "Programming Language :: Python :: 3.11" ,
104
103
"Programming Language :: Python :: 3 :: Only" ,
105
104
"Topic :: Scientific/Engineering" ,
106
105
"Topic :: Scientific/Engineering :: Mathematics" ,
Original file line number Diff line number Diff line change @@ -272,27 +272,23 @@ elif [ ${ARG} == "ALL_VERSIONS" ]; then
272
272
e2e_pyenv 3.9.12
273
273
e2e_pyenv 3.8.13
274
274
e2e_pyenv 3.10.4
275
- e2e_pyenv 3.11.1
276
275
elif [ ${ARG} == " ALL_VERSIONS_ALREADY_ASSEMBLED" ]; then
277
276
eval " $( pyenv init -) "
278
277
e2e_pyenv 3.9.12
279
278
e2e_pyenv 3.8.13
280
279
e2e_pyenv 3.10.4
281
- e2e_pyenv 3.11.1
282
280
elif [ ${ARG} == " ALL_VERSIONS_MAC_ARM64" ]; then
283
281
eval " $( pyenv init -) "
284
282
assemble_files
285
283
e2e_pyenv 3.9.12
286
284
e2e_pyenv 3.8.13
287
285
e2e_pyenv 3.10.4
288
- e2e_pyenv 3.11.1
289
286
elif [ ${ARG} == " ALL_VERSIONS_MAC_INTEL_CROSSCOMPILE" ]; then
290
287
eval " $( pyenv init -) "
291
288
assemble_files
292
289
e2e_pyenv 3.9.12
293
290
e2e_pyenv 3.8.13
294
291
e2e_pyenv 3.10.4
295
- e2e_pyenv 3.11.1
296
292
else
297
293
# Compile with a specific version of python provided in the call arguments.
298
294
assemble_files
You can’t perform that action at this time.
0 commit comments