diff --git a/pypistats/tasks/pypi.py b/pypistats/tasks/pypi.py index 814f8e7..36c990a 100644 --- a/pypistats/tasks/pypi.py +++ b/pypistats/tasks/pypi.py @@ -321,7 +321,8 @@ def get_query(date): FROM `the-psf.pypi.downloads{date.replace("-", "")}` WHERE - details.python LIKE '%.%' ) + details.python LIKE '%.%' OR + details.python IS NULL ) SELECT package, 'python_major' AS category_label,