We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517ae80 commit 6527442Copy full SHA for 6527442
requirements.txt
@@ -1,5 +1,5 @@
1
Pygments
2
-backports.cached-property; python_version < "3.9"
+backports.cached-property; python_version < "3.8"
3
curtsies >=0.3.5
4
cwcwidth
5
greenlet
setup.cfg
@@ -20,7 +20,7 @@ packages =
20
bpython.translations
21
bpdb
22
install_requires =
23
- backports.cached-property; python_version < "3.9"
+ backports.cached-property; python_version < "3.8"
24
25
26
0 commit comments