Skip to content

Commit

Permalink
- Sphinx 8 requires Python 3.10, adding pins for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Aug 8, 2024
1 parent f155947 commit 590d1cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ zc.recipe.testrunner = 3.0
zipp = 3.19.2
zope.testrunner = 6.5

[versions:python39]
# Sphinx <8 requires alabaster <1
alabaster = 0.7.14
# Sphinx <8 requires docutils <0.21
docutils = 0.20.1
# Sphinx >=8 requires Python 3.10
Sphinx = 7.4.7

[versions:python38]
# alabaster >= 0.7.14 requires Python 3.9
alabaster = 0.7.13
Expand Down

0 comments on commit 590d1cb

Please sign in to comment.