Skip to content

Commit

Permalink
python312Packages.githubkit: update disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Nov 26, 2024
1 parent c5a95b5 commit 1da6760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/python-modules/githubkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildPythonPackage rec {
version = "0.12.0";
pyproject = true;

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "yanyongyu";
Expand All @@ -33,7 +33,6 @@ buildPythonPackage rec {

build-system = [ poetry-core ];


dependencies = [
hishel
httpx
Expand Down

0 comments on commit 1da6760

Please sign in to comment.