From 3f3d76ec7b4c36a8214d56a55ec0d4ebeea10730 Mon Sep 17 00:00:00 2001 From: Alexander Held <45009355+alexander-held@users.noreply.github.com> Date: Fri, 10 Sep 2021 16:53:11 +0200 Subject: [PATCH] docs: Python version details (#11) * update readme to describe possible Python versions to be used with cabinetry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f901fb1..df39411 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ See also the [PyHEP 2021 talk: *Binned template fits with cabinetry*](https://in The tutorials in this repository are generally kept up-to-date with the latest available `cabinetry` version. They are currently compatible with `cabinetry` [`v0.3.0`](https://github.com/alexander-held/cabinetry/releases/tag/v0.3.0). -This `cabinetry` version requires Python 3.7 or 3.8, since `cabinetry` dropped support for Python 3.6 with version [`v0.2.0`](https://github.com/alexander-held/cabinetry/releases/tag/v0.2.0). +This `cabinetry` version requires Python 3.7 or newer, since `cabinetry` dropped support for Python 3.6 with version [`v0.2.0`](https://github.com/alexander-held/cabinetry/releases/tag/v0.2.0).