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

[Monitoring] cannot be used with Python 3.7 (Pandas) #5293

Closed
crwilcox opened this issue May 3, 2018 · 1 comment
Closed

[Monitoring] cannot be used with Python 3.7 (Pandas) #5293

crwilcox opened this issue May 3, 2018 · 1 comment
Assignees
Labels
api: monitoring Issues related to the Cloud Monitoring API. testing type: process A process-related concern. May include testing, release, or the like.

Comments

@crwilcox
Copy link
Contributor

crwilcox commented May 3, 2018

Pandas/Cython doesn't currently support 3.7. Once it does we need to enable 3.7 testing on Monitoring.

Collecting pandas>=0.17.1 (from google-cloud-monitoring==0.29.0)
Using cached https://files.pythonhosted.org/packages/08/01/803834bc8a4e708aedebb133095a88a4dad9f45bbaf5ad777d2bea543c7e/pandas-0.22.0.tar.gz
Could not find a version that satisfies the requirement Cython (from versions: )
No matching distribution found for Cython

@tseaver tseaver added testing api: monitoring Issues related to the Cloud Monitoring API. type: process A process-related concern. May include testing, release, or the like. labels May 7, 2018
@tseaver
Copy link
Contributor

tseaver commented Aug 28, 2018

Pandas 0.23.3 claims (working) support for Python 3.7.

The release page also notes Pandas will be dropping Python 2.7 support for new feature releases as of 2019-01-01.

tseaver added a commit that referenced this issue Aug 29, 2018
* Test pandas support under all Python versions.

* Declare full support for Python 3.7.

Closes #5293.
parthea pushed a commit that referenced this issue Oct 21, 2023
* Test pandas support under all Python versions.

* Declare full support for Python 3.7.

Closes #5293.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: monitoring Issues related to the Cloud Monitoring API. testing type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

2 participants