From f62f36ce557e64e8e0c302d916e4d7e5f205242a Mon Sep 17 00:00:00 2001 From: Claudio Jolowicz Date: Tue, 8 Feb 2022 14:24:25 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20MAINTAIN:=20Remove=20upper?= =?UTF-8?q?=20bound=20from=20Python=20version=20constraint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 843ad94..e423c56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ project_urls = packages = find: install_requires = markdown-it-py>=1.0.0,<3.0.0 -python_requires = ~=3.6 +python_requires = >=3.6 include_package_data = True zip_safe = True From 76fbb93b19758eccf1308d556c5f51cf94e6a3fc Mon Sep 17 00:00:00 2001 From: Claudio Jolowicz Date: Tue, 8 Feb 2022 20:52:18 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20UPDATE:=20[rtd]=20myst?= =?UTF-8?q?-parser~=3D0.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e423c56..7453899 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ testing = pytest-cov pytest-regressions rtd = - myst-parser~=0.14.0 + myst-parser~=0.16.1 sphinx-book-theme~=0.1.0 [mypy]