summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-12-24 10:37:24 +0100
committerAnthon van der Neut <anthon@mnt.org>2021-12-24 10:37:24 +0100
commitb3b16d923784da2209ff80e894c5751e398ad416 (patch)
treeb0ef15a0e9ef1dc76f1fd46fffc8c50e0eaf812a /__init__.py
parent979c329bd89792206072dbef7e5889fef956cd84 (diff)
downloadruamel.yaml-b3b16d923784da2209ff80e894c5751e398ad416.tar.gz
fix in folded scalar, update ruamel.yaml.clib version
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 5124d2c..65a3423 100644
--- a/__init__.py
+++ b/__init__.py
@@ -13,7 +13,7 @@ _package_data = dict(
entry_points=None,
since=2014,
extras_require={
- ':platform_python_implementation=="CPython" and python_version<"3.10"': ['ruamel.yaml.clib>=0.1.2'], # NOQA
+ ':platform_python_implementation=="CPython" and python_version<"3.11"': ['ruamel.yaml.clib>=0.2.6'], # NOQA
'jinja2': ['ruamel.yaml.jinja2>=0.2'],
'docs': ['ryd'],
},
@@ -24,6 +24,7 @@ _package_data = dict(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: Markup',