summarylogtreecommitdiffstats
path: root/0002-Relax-version-requirements.patch
blob: 596bbb02f3520065103d274e7c080038ef9ba7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 06f20ccb9329bed7f3f18f7d8569e22c2690164f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20La=C3=9F?= <bevan@bi-co.net>
Date: Tue, 6 Aug 2024 17:30:57 +0200
Subject: [PATCH 2/2] Relax version requirements

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 4668d93..6ebf2fb 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
     long_description=readme + "\n\n" + changelog,
     url="https://github.com/peplin/pygatt",
     install_requires=["pyserial"],
-    setup_requires=["coverage == 5.5", "pytest == 8.3.2"],
+    setup_requires=["coverage >= 5.5", "pytest >= 8.3.2"],
     extras_require={
         "GATTTOOL": ["pexpect"],
     },
-- 
2.46.0