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

View File

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