Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Use pypi.io for trove classifier list #141

Merged
merged 1 commit into from
Jun 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion caniusepython3/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def overrides():

def py3_classifiers():
"""Fetch the Python 3-related trove classifiers."""
url = 'https://pypi.python.org/pypi?%3Aaction=list_classifiers'
url = 'https://pypi.io/pypi?%3Aaction=list_classifiers'
response = urllib_request.urlopen(url)
try:
try:
Expand Down