Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.6 support should be dropped, minimum version should be bumped to 3.7. #67

Closed
1 task done
NatPRoach opened this issue Nov 15, 2022 · 0 comments · Fixed by #68
Closed
1 task done

python 3.6 support should be dropped, minimum version should be bumped to 3.7. #67

NatPRoach opened this issue Nov 15, 2022 · 0 comments · Fixed by #68
Labels
bug Something isn't working

Comments

@NatPRoach
Copy link

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Per pypa/pipenv#5065 and its resolution, pipenv has not supported python 3.6 on pypi starting with release 2022.04.20.
The minimum conda version in the recipe should be bumped to 3.7

Installed packages

(pipenv_36) $ conda list
# packages in environment at /Users/nroach/miniconda3/envs/pipenv_36:
#
# Name                    Version                   Build  Channel
appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
ca-certificates           2022.9.24            h033912b_0    conda-forge
certifi                   2021.5.30        py36h79c6626_0    conda-forge
distlib                   0.3.6              pyhd8ed1ab_0    conda-forge
filelock                  3.4.1              pyhd8ed1ab_0    conda-forge
importlib-metadata        4.8.1            py36h79c6626_0    conda-forge
importlib_resources       5.10.0             pyhd8ed1ab_0    conda-forge
libcxx                    14.0.6               hccf4f1f_0    conda-forge
libffi                    3.4.2                h0d85af4_5    conda-forge
libsqlite                 3.39.4               ha978bb4_0    conda-forge
libzlib                   1.2.13               hfd90126_4    conda-forge
ncurses                   6.3                  h96cf925_1    conda-forge
openssl                   1.1.1s               hfd90126_0    conda-forge
pip                       21.3.1             pyhd8ed1ab_0    conda-forge
pipenv                    2022.4.8           pyhd8ed1ab_0    conda-forge
python                    3.6.15          haf480d7_0_cpython    conda-forge
python_abi                3.6                     2_cp36m    conda-forge
readline                  8.1.2                h3899abd_0    conda-forge
setuptools                58.0.4           py36h79c6626_2    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
sqlite                    3.39.4               h9ae0607_0    conda-forge
tk                        8.6.12               h5dbffcc_0    conda-forge
typing_extensions         4.1.1              pyha770c72_0    conda-forge
virtualenv                20.4.7           py36h79c6626_0    conda-forge
virtualenv-clone          0.5.4              pyh9f0ad1d_0    conda-forge
wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h775f41a_0    conda-forge
zipp                      3.6.0              pyhd8ed1ab_0    conda-forge

Environment info

active environment : pipenv_36
    active env location : /Users/nroach/miniconda3/envs/pipenv_36
            shell level : 2
       user config file : /Users/nroach/.condarc
 populated config files : /Users/nroach/.condarc
          conda version : 4.12.0
    conda-build version : not installed
         python version : 3.9.1.final.0
       virtual packages : __osx=10.16=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /Users/nroach/miniconda3  (writable)
      conda av data dir : /Users/nroach/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /Users/c13371nroach/miniconda3/pkgs
                          /Users/c13371nroach/.conda/pkgs
       envs directories : /Users/c13371nroach/miniconda3/envs
                          /Users/c13371nroach/.conda/envs
               platform : osx-64
             user-agent : conda/4.12.0 requests/2.28.1 CPython/3.9.1 Darwin/21.6.0 OSX/10.16
                UID:GID : 502:20
             netrc file : None
           offline mode : False
@NatPRoach NatPRoach added the bug Something isn't working label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant