Commit c5f8b109 authored by Kristoffer K. Føllesdal's avatar Kristoffer K. Føllesdal Committed by kfollesdal
Browse files

python3Packages.databricks-sql-connector: Now builds for python312

Commit 3a30db4a fixed python312 for dependency thrift.
parent 4c8deffe
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
  pyarrow,
  pytestCheckHook,
  pythonOlder,
  pythonAtLeast,
  sqlalchemy,
  thrift,
  requests,
@@ -25,9 +24,7 @@ buildPythonPackage rec {
  version = "3.3.0";
  format = "pyproject";

  # Depends on thrift that at the moment do not work in Python 3.12
  # see PR 328415 fix this.
  disabled = pythonOlder "3.7" || pythonAtLeast "3.12";
  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "databricks";