Browse Source

mdit-py-plugins early deprecated 3.9

pull/1289/head
Ross McFarland 4 months ago
parent
commit
cc3b0326c6
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 6 additions and 1 deletions
  1. +2
    -1
      requirements-docs.txt
  2. +4
    -0
      script/update-requirements

+ 2
- 1
requirements-docs.txt View File

@ -8,7 +8,8 @@ alabaster==0.7.16; python_version<'3.10'
alabaster==1.0.0; python_version>='3.10'
babel==2.17.0
imagesize==1.4.1
mdit-py-plugins==0.5.0
mdit-py-plugins==0.4.2; python_version=='3.9'
mdit-py-plugins==0.5.0; python_version>='3.10'
myst-parser==3.0.1; python_version<'3.10'
myst-parser==4.0.1; python_version>='3.10'
roman-numerals-py==3.1.0


+ 4
- 0
script/update-requirements View File

@ -60,6 +60,10 @@ versions['Sphinx'] = (
"8.1.3; python_version=='3.10'",
f"{versions['Sphinx'][0]}; python_version>='3.11'",
)
versions['mdit-py-plugins'] = (
"0.4.2; python_version=='3.9'",
f"{versions['mdit-py-plugins'][0]}; python_version>='3.10'",
)
def write_packages(fh, packages, header, prefix=''):


Loading…
Cancel
Save