-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support newer versions of python #54
Comments
@cco3 3.6 is the base version were we test and that we support for now here and in all dependent libs... there is no hard requirement on it though, and we should enable CI and test runs on all version from 3.6 to 3.9 alright (and also first on all supporting libraries too) |
The main reason for 3.6 is the dependency on ScanCode-toolkit https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#prerequisites |
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Support for 3.6 to 3.9 is going fairly well. There's only 1 blocker: the See python/typing#573 and python/typing#573 (comment) for the solution. The local workaround is to uninstall Edit: The PR is already merged aboutcode-org/commoncode#5 :) |
Signed-off-by: Thomas Druez <tdruez@nexb.com>
* Enable Python 3.6 to 3.9 in travis CI configuration #54 * Remove the problematic typing library before install dev deps #54 * Add the ability to specified the PYTHON_EXE in Makefile #54 * Add CHANGELOG entry and update documentation #54 * Use sys.executable instead of bin/python for pipeline method #54 Signed-off-by: Thomas Druez <tdruez@nexb.com>
Support for Python 3.6 to 3.9 merged in |
…olkit is released #54 Signed-off-by: Thomas Druez <tdruez@nexb.com>
Support for Python 3.6 to 3.9 now officially supported with the new ScanCode-toolkit 21.2.9 version. |
Is there a reason python3.6 is specifically required? On some Debian environments, it is impossible to use
-m venv
without the newest version of python.The text was updated successfully, but these errors were encountered: