mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +00:00
Updated to run on 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 = "0.13.1"
|
||||
version = "0.13.2"
|
||||
|
||||
@@ -273,4 +273,4 @@ class IformRDMRecordPermissionPolicy(RecordPermissionPolicy):
|
||||
|
||||
# Used to hide at the moment the `parent.is_verified` field. It should be set to
|
||||
# correct permissions based on which the field will be exposed only to moderators
|
||||
can_moderate = [Disable()]
|
||||
can_moderate = [SystemProcess()]
|
||||
|
||||
@@ -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-cache>=1.1.1",
|
||||
"invenio-i18n>=2.0.0",
|
||||
@@ -37,8 +40,8 @@ test = "scripts.test:main"
|
||||
[dependency-groups]
|
||||
tests = [
|
||||
"invenio-app>=1.5.0",
|
||||
"invenio-search[opensearch2]>=2.1.0,<3.0.0",
|
||||
"pytest-invenio>=2.1.0,<3.0.0",
|
||||
"invenio-search[opensearch2]>=2.1.0",
|
||||
"pytest-invenio>=2.1.0",
|
||||
"pytest-ruff>=0.4.1",
|
||||
"ruff>=0.5.3",
|
||||
"Sphinx>=4.5.0",
|
||||
|
||||
Reference in New Issue
Block a user