python312Packages.pyathena: refactor

This commit is contained in:
Fabian Affolter 2024-03-21 12:39:49 +01:00 committed by GitHub
parent f94fc64910
commit 183ecf3049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyathena";
version = "3.5.1";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";