mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 12:41:57 +00:00
Updated for python 3.13
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -70,3 +70,6 @@ devenv.local.nix
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
||||
# python version lock
|
||||
.python-version
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
"""Version data for this python module."""
|
||||
|
||||
version = "4.14.0"
|
||||
version = "4.15.0"
|
||||
|
||||
@@ -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