Skip to content

Commit bebfe62

Browse files
committed
Update Scancode Python supported versions
According to Scancode documentation[1], Python v3.6-3.9 are now supported. Tern's README currently advises Python 3.5 and 3.6 but not 3.7 onwards. This commit updates the version information in the README. [1] https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites Signed-off-by: Marc-Etienne Vargenau <[email protected]> Signed-off-by: Rose Judge <[email protected]>
1 parent 3f00f8c commit bebfe62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Tern does not have its own file level license scanner. In order to fill in the g
346346
NOTE: Neither the Docker container nor the Vagrant image has any of the extensions installed. You are welcomed to modify `Dockerfile` and `vagrant/bootstrap.sh` to install the extensions if you wish to use them. Please see the instructions below on how to enable the extension of your choice.
347347

348348
## Scancode<a name="scancode">
349-
[scancode-toolkit](https://github.com/nexB/scancode-toolkit) is a license analysis tool that "detects licenses, copyrights, package manifests and direct dependencies and more both in source code and binary files". Note that Scancode currently works on Python 3.5 and 3.6 but not 3.7 onwards. Be sure to check what python version you are using below.
349+
[scancode-toolkit](https://github.com/nexB/scancode-toolkit) is a license analysis tool that "detects licenses, copyrights, package manifests and direct dependencies and more both in source code and binary files". Note that Scancode currently works on Python 3.6 to 3.9. Be sure to check what python version you are using below.
350350

351351
1. Install system dependencies for Scancode (refer to the [Scancode GitHub repo](https://github.com/nexB/scancode-toolkit) for instructions)
352352

0 commit comments

Comments
 (0)