Skip to content

Commit

Permalink
python3Packages.thrift: Now support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kfollesdal committed Jul 22, 2024
1 parent 9d8c7ef commit 731a9d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/python-modules/thrift/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
pythonAtLeast,
pythonOlder,
setuptools,
six,
Expand All @@ -14,7 +13,7 @@ buildPythonPackage rec {
pyproject = true;

# Still uses distutils
disabled = pythonOlder "3.7" || pythonAtLeast "3.12";
disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
Expand Down

0 comments on commit 731a9d1

Please sign in to comment.