python312Packages.hypchat: disable python >=3.12
This package has syntax errors preventing test from running on Python 3.12.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
pythonAtLeast,
|
||||
fetchPypi,
|
||||
requests,
|
||||
six,
|
||||
@@ -11,6 +12,8 @@ buildPythonPackage rec {
|
||||
version = "0.21";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonAtLeast "3.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1sd8f3gihagaqd848dqy6xw457fa4f9bla1bfyni7fq3h76sjdzg";
|
||||
|
||||
Reference in New Issue
Block a user