html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/issues/3089#issuecomment-510322576,https://api.github.com/repos/pydata/xarray/issues/3089,510322576,MDEyOklzc3VlQ29tbWVudDUxMDMyMjU3Ng==,1217238,2019-07-11T04:17:05Z,2019-07-11T04:17:05Z,MEMBER,"Sure, let's bump the minimum version requirement. I don't see this bothering many people.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,465984161
https://github.com/pydata/xarray/issues/3089#issuecomment-510245713,https://api.github.com/repos/pydata/xarray/issues/3089,510245713,MDEyOklzc3VlQ29tbWVudDUxMDI0NTcxMw==,5635139,2019-07-10T21:58:43Z,2019-07-10T21:58:43Z,MEMBER,"This is any xarray install, not just the latest version","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,465984161
https://github.com/pydata/xarray/issues/3089#issuecomment-510245247,https://api.github.com/repos/pydata/xarray/issues/3089,510245247,MDEyOklzc3VlQ29tbWVudDUxMDI0NTI0Nw==,6213168,2019-07-10T21:57:25Z,2019-07-10T21:57:25Z,MEMBER,How comes there are that many hits on Python 2.7? xarray versions from the last 6 months won't even start on it,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,465984161
https://github.com/pydata/xarray/issues/3089#issuecomment-510149218,https://api.github.com/repos/pydata/xarray/issues/3089,510149218,MDEyOklzc3VlQ29tbWVudDUxMDE0OTIxOA==,5635139,2019-07-10T17:12:05Z,2019-07-10T17:12:05Z,MEMBER,"I was also surprised by the prevalence of 3.5.
If I filtered down to this month, it's down to about half of each of 3.6 & 3.7, but still 20% of users on python3:

```sql
SELECT
REGEXP_EXTRACT(details.python, r""^\d*\.\d*"") version,
COUNT(*) ct
FROM
`the-psf.pypi.downloads*`
WHERE
file.project = 'xarray'
AND _TABLE_SUFFIX > FORMAT_DATE( '%Y%m%d', DATE_TRUNC(CURRENT_DATE(), month))
GROUP BY
1
ORDER BY
1
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,465984161
https://github.com/pydata/xarray/issues/3089#issuecomment-509878226,https://api.github.com/repos/pydata/xarray/issues/3089,509878226,MDEyOklzc3VlQ29tbWVudDUwOTg3ODIyNg==,5635139,2019-07-10T02:06:36Z,2019-07-10T02:06:36Z,MEMBER,"There are de minimus 3.5.0-3.5.1 downloads (this is a screenshot of a subset but makes the point):
BigQuery query:
```sql
SELECT
REGEXP_EXTRACT(details.python, r""[\d\.]*"") version,
COUNT(*) ct
FROM
`the-psf.pypi.downloads*`
WHERE
file.project = 'xarray'
AND _TABLE_SUFFIX > FORMAT_DATE( '%Y%m%d', DATE_TRUNC(CURRENT_DATE(), year))
GROUP BY
1
ORDER BY
1
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,465984161