From 1ecf8f26edcf919c127deb39e19efb492447cfbb Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sat, 2 Feb 2019 18:17:20 +0000 Subject: [PATCH] Update to Python 3.7. --- ExtensionCrawler/cdnjs_crawler.py | 2 +- ExtensionCrawler/cdnjs_git.py | 2 +- cdnjs-git-miner | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ExtensionCrawler/cdnjs_crawler.py b/ExtensionCrawler/cdnjs_crawler.py index b5f7f5b..89ed1df 100644 --- a/ExtensionCrawler/cdnjs_crawler.py +++ b/ExtensionCrawler/cdnjs_crawler.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2016,2017 The University of Sheffield, UK # diff --git a/ExtensionCrawler/cdnjs_git.py b/ExtensionCrawler/cdnjs_git.py index 138555c..09b89d4 100644 --- a/ExtensionCrawler/cdnjs_git.py +++ b/ExtensionCrawler/cdnjs_git.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2016,2017 The University of Sheffield, UK # diff --git a/cdnjs-git-miner b/cdnjs-git-miner index 1634d4d..8e4f10d 100755 --- a/cdnjs-git-miner +++ b/cdnjs-git-miner @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2016,2017 The University of Sheffield, UK #