mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
Updated for python 3.13
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user