dmarc-metrics-exporter: pin to python 3.12
The transitive dependency more-itertools is disabled on 3.13, because all its tests are failing.
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
python3,
|
||||
python312,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
let
|
||||
# more-itertools unsupported on 3.13
|
||||
python3 = python312;
|
||||
in
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "dmarc-metrics-exporter";
|
||||
version = "1.2.0";
|
||||
|
||||
Reference in New Issue
Block a user