AnacondaRecipes / python-feedstock

A conda-smithy repository for python.
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Update to 3.8.12 #45

Closed skupr-anaconda closed 3 years ago

skupr-anaconda commented 3 years ago

Updated build_base.bat and meta.yaml

python 3.8.12 was tested by running commands:

$ python -i

Python 3.8.12 (default, Oct 12 2021, 13:49:34)
[GCC 7.5.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> import re
>>> import sys
>>> import math

The standard http server doesn't throw errors: python -m http.server --bind 127.0.0.1.

conda-build built successfully pyarrow a python dependent package with this version of python