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

BLD: update build requirement for py39 #37135 #37144

Merged
merged 4 commits into from Oct 16, 2020

Conversation

@fangchenli
Copy link
Member

@fangchenli fangchenli commented Oct 15, 2020

Copy link

@AdiHamdani AdiHamdani left a comment

Many thanks for considering my request. But I'm really new with programming and cmd. How can I apply this code when I pip install in cmd?

"wheel",
"Cython>=0.29.21,<3",  # Note: sync with setup.py
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
"numpy; python_version>='3.9'",

]

[tool.black]
target-version = ['py37', 'py38']
target-version = ['py37', 'py38', 'py39']
exclude = '''
(

@fangchenli
Copy link
Member Author

@fangchenli fangchenli commented Oct 15, 2020

Many thanks for considering my request. But I'm really new with programming and cmd. How can I apply this code when I pip install in cmd?

"wheel",
"Cython>=0.29.21,<3",  # Note: sync with setup.py
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
"numpy; python_version>='3.9'",

]

[tool.black]
target-version = ['py37', 'py38']
target-version = ['py37', 'py38', 'py39']
exclude = '''
(

I'll reply in the issue.

@fangchenli fangchenli mentioned this pull request Oct 15, 2020
0 of 2 tasks complete
@jreback jreback added this to the 1.1.4 milestone Oct 16, 2020
pyproject.toml Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
Co-authored-by: Tom Augspurger <TomAugspurger@users.noreply.github.com>
@jreback jreback merged commit 58dcafa into pandas-dev:master Oct 16, 2020
19 checks passed
19 checks passed
Checks Checks
Details
pre-commit
Details
Web and docs Web and docs
Details
codecov/patch Codecov Report
Details
codecov/patch 96.20% of diff hit (target 50.00%)
Details
codecov/project Codecov Report
Details
codecov/project 94.19% (target 82.00%)
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
pandas-dev.pandas Build #20201016.35 succeeded
Details
pandas-dev.pandas (Linux py37) Linux py37 succeeded
Details
pandas-dev.pandas (Linux py37_locale_slow) Linux py37_locale_slow succeeded
Details
pandas-dev.pandas (Linux py37_minimum_versions) Linux py37_minimum_versions succeeded
Details
pandas-dev.pandas (Linux py37_slow) Linux py37_slow succeeded
Details
pandas-dev.pandas (Linux py38) Linux py38 succeeded
Details
pandas-dev.pandas (Linux py38_locale) Linux py38_locale succeeded
Details
pandas-dev.pandas (Linux py38_np_dev) Linux py38_np_dev succeeded
Details
pandas-dev.pandas (Windows py37_np16) Windows py37_np16 succeeded
Details
pandas-dev.pandas (Windows py38_np18) Windows py38_np18 succeeded
Details
pandas-dev.pandas (macOS py37_macos) macOS py37_macos succeeded
Details
@jreback
Copy link
Contributor

@jreback jreback commented Oct 16, 2020

thanks @fangchenli

@meeseeksdev

This comment has been hidden.

simonjayhawkins added a commit to simonjayhawkins/pandas that referenced this pull request Oct 17, 2020
simonjayhawkins added a commit that referenced this pull request Oct 17, 2020
… py39 #37135 (#37189)

Co-authored-by: Fangchen Li <fangchen.li@outlook.com>
JulianWgs added a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
kesmit13 added a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants
You can’t perform that action at this time.