Updated for python 3.13

This commit is contained in:
2025-05-01 09:52:54 +01:00
parent efa4551932
commit c54db69862
4 changed files with 1997 additions and 2113 deletions

View File

@@ -15,10 +15,13 @@ classifiers = [
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Development Status :: 3 - Alpha",
]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10,<3.14"
dependencies = [
"invenio-assets>=2.0.0",
"invenio-i18n>=1.3.1",
@@ -38,11 +41,10 @@ test = "scripts.test:main"
[dependency-groups]
tests = [
"invenio-app>=1.3.4,<2.0.0",
"invenio-previewer>=2.2.0",
"invenio-rdm-records<17.0.0",
"invenio-app>=1.3.4",
"invenio-previewer>=3.0.0",
"invenio-rdm-records>=18.0.0",
"invenio-search[opensearch2]>=2.1.0",
"pytest<8.0.0",
"pytest-invenio>=2.1.0",
"pytest-ruff>=0.4.1",
"Sphinx>=4.5.0",