Unverified Commit 183ecf30 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.pyathena: refactor

parent f94fc649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
buildPythonPackage rec {
  pname = "pyathena";
  version = "3.5.1";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.8";