FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Extend plugin version ranges down for Python 3.7 · gitpython-developers/GitPython@ecaad9d · GitHub

Commit ecaad9d

Browse files
committed
Extend plugin version ranges down for Python 3.7
This uses narrow ranges, rather than pinning single versions, for two of the Sphinx plugins whose versions are recently pinned. This is so that plugin versions compatible with Python 3.7 (which GitPython still supports) can be selected.
1 parent b061a01 commit ecaad9d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎doc/requirements.txt‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
sphinx==4.3.0
1+
sphinx == 4.3.0
22
sphinx_rtd_theme
3-
sphinxcontrib-applehelp==1.0.4
4-
sphinxcontrib-devhelp==1.0.2
5-
sphinxcontrib-htmlhelp==2.0.1
3+
sphinxcontrib-applehelp >= 1.0.2, <= 1.0.4
4+
sphinxcontrib-devhelp == 1.0.2
5+
sphinxcontrib-htmlhelp >= 2.0.0, <= 2.0.1
66
sphinxcontrib-qthelp==1.0.3
77
sphinxcontrib-serializinghtml==1.1.5
88
sphinx-autodoc-typehints

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL