Requirements incompatible with python 3.6
Bug #1910214 reported by
Martin Kalcok
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charmed Kubernetes Testing |
Triaged
|
Low
|
Unassigned |
Bug Description
README.md mentions that the minimum required version of python is 3.6, however requirements.txt contains `ipython==7.19.0` which requires at least python 3.7 (see: https:/
Trying to run tox environment py36 will result in error during creation of virtualenv:
ERROR: Could not find a version that satisfies the requirement ipython==7.19.0
ERROR: No matching distribution found for ipython==7.19.0
Changed in charmed-kubernetes-testing: | |
importance: | Undecided → Low |
status: | New → Triaged |
To post a comment you must log in.