From 21416ef7cfd87838e6e1fc6c176de9e93e7dc56c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A9lodie?= <melo.boillet@gmail.com>
Date: Wed, 26 Jul 2023 09:31:49 +0200
Subject: [PATCH] Apply 8a0ee85b

---
 README.md | 2 ++
 setup.py  | 1 +
 2 files changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 32dcab89..c382b485 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # DAN: a Segmentation-free Document Attention Network for Handwritten Document Recognition
 
+[![Python >= 3.10](https://img.shields.io/badge/Python-%3E%3D3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
+
 ## Documentation
 
 To use DAN in your own scripts, install it using pip:
diff --git a/setup.py b/setup.py
index da61be6b..5cb03b52 100755
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,7 @@ setup(
     author="Teklia",
     author_email="contact@teklia.com",
     url="https://gitlab.com/teklia/atr/dan",
+    python_requires=">=3.10",
     install_requires=parse_requirements("requirements.txt"),
     packages=find_packages(),
     entry_points={
-- 
GitLab