tandoor-recipes: pin to python311

This commit is contained in:
Ivan Petkov 2024-07-14 08:49:24 -07:00
parent b729601a9e
commit f3f52741e6
No known key found for this signature in database
GPG Key ID: BB6F9EFC065832B6

View File

@ -1,10 +1,11 @@
{ callPackage
, nixosTests
, python3
, python311
, fetchFromGitHub
}:
let
python = python3.override {
# python-ldap-3.4.4 does not work with python3(12)
python = python311.override {
packageOverrides = self: super: {
validators = super.validators.overridePythonAttrs (_: rec {
version = "0.20.0";