14
0
Files
python-pypandoc/remove-py313-upper-bound.patch

22 lines
724 B
Diff

Index: pypandoc-1.14/pyproject.toml
===================================================================
--- pypandoc-1.14.orig/pyproject.toml
+++ pypandoc-1.14/pyproject.toml
@@ -24,6 +24,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
+ 'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
]
@@ -33,7 +34,7 @@ packages = [
]
[tool.poetry.dependencies]
-python = ">=3.7,<3.13"
+python = ">=3.7"
[tool.poetry.dev-dependencies]
pandocfilters = "^1.5"