Skip to content

Commit 568f523

Browse files
authored
Merge pull request #387 from jacebrowning/upgrade-ruamel-yaml-clib
Upgrade ruamel-yaml-clib to the latest for Python 3.13
2 parents 9c0a6f9 + d646f6d commit 568f523

File tree

2 files changed

+83
-74
lines changed

2 files changed

+83
-74
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ mkdocs-get-deps==0.2.0 ; python_version >= "3.9" and python_version < "4.0"
44
mkdocs==1.6.1 ; python_version >= "3.9" and python_version < "4.0"
55
jupyterlab-pygments==0.2.2 ; python_version >= "3.9" and python_version < "4.0" and os_name != "nt"
66
pygments==2.19.2 ; python_version >= "3.9" and python_version < "4.0"
7-
importlib-metadata==4.12.0 ; python_version == "3.9"
7+
importlib-metadata==4.12.0 ; python_version >= "3.9" and python_version < "3.10"

0 commit comments

Comments
 (0)