Skip to content

Commit 6527442

Browse files
committed
Fix version constraint for backports.cached-property
1 parent 517ae80 commit 6527442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pygments
2-
backports.cached-property; python_version < "3.9"
2+
backports.cached-property; python_version < "3.8"
33
curtsies >=0.3.5
44
cwcwidth
55
greenlet

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ packages =
2020
bpython.translations
2121
bpdb
2222
install_requires =
23-
backports.cached-property; python_version < "3.9"
23+
backports.cached-property; python_version < "3.8"
2424
curtsies >=0.3.5
2525
cwcwidth
2626
greenlet

0 commit comments

Comments
 (0)