You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why the newest version only supports Python 3.11 and above?
This stops me from using it (easily) on Ubuntu 22, which is far from EOL. I was able to install from source with 3.10 by changing the dependencies manually and used it without problems so far. However, it would help if such an install was possible from pip, which is not right now, see logs below:
pip install dockerblade==0.6.3
ERROR: Ignored the following versions that require a different python version: 0.6.0 Requires-Python <4,>=3.11; 0.6.1 Requires-Python <4,>=3.11; 0.6.2 Requires-Python <4,>=3.11; 0.6.3 Requires-Python <4,>=3.11
ERROR: Could not find a version that satisfies the requirement dockerblade==0.6.3 (from versions: 0.0.1, 0.0.2, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7)
ERROR: No matching distribution found for dockerblade==0.6.3
The text was updated successfully, but these errors were encountered:
Hi,
Is there a reason why the newest version only supports Python 3.11 and above?
This stops me from using it (easily) on Ubuntu 22, which is far from EOL. I was able to install from source with 3.10 by changing the dependencies manually and used it without problems so far. However, it would help if such an install was possible from pip, which is not right now, see logs below:
pip install dockerblade==0.6.3
ERROR: Ignored the following versions that require a different python version: 0.6.0 Requires-Python <4,>=3.11; 0.6.1 Requires-Python <4,>=3.11; 0.6.2 Requires-Python <4,>=3.11; 0.6.3 Requires-Python <4,>=3.11
ERROR: Could not find a version that satisfies the requirement dockerblade==0.6.3 (from versions: 0.0.1, 0.0.2, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7)
ERROR: No matching distribution found for dockerblade==0.6.3
The text was updated successfully, but these errors were encountered: