mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-23 05:01:58 +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
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
|
|
||||||
|
# python version lock
|
||||||
|
.python-version
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
|
|
||||||
"""Version data for this python module."""
|
"""Version data for this python module."""
|
||||||
|
|
||||||
version = "4.14.0"
|
version = "4.15.0"
|
||||||
|
|||||||
@@ -15,10 +15,13 @@ classifiers = [
|
|||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"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.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10,<3.13"
|
requires-python = ">=3.10,<3.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"invenio-assets>=2.0.0",
|
"invenio-assets>=2.0.0",
|
||||||
"invenio-i18n>=1.3.1",
|
"invenio-i18n>=1.3.1",
|
||||||
@@ -38,11 +41,10 @@ test = "scripts.test:main"
|
|||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
tests = [
|
tests = [
|
||||||
"invenio-app>=1.3.4,<2.0.0",
|
"invenio-app>=1.3.4",
|
||||||
"invenio-previewer>=2.2.0",
|
"invenio-previewer>=3.0.0",
|
||||||
"invenio-rdm-records<17.0.0",
|
"invenio-rdm-records>=18.0.0",
|
||||||
"invenio-search[opensearch2]>=2.1.0",
|
"invenio-search[opensearch2]>=2.1.0",
|
||||||
"pytest<8.0.0",
|
|
||||||
"pytest-invenio>=2.1.0",
|
"pytest-invenio>=2.1.0",
|
||||||
"pytest-ruff>=0.4.1",
|
"pytest-ruff>=0.4.1",
|
||||||
"Sphinx>=4.5.0",
|
"Sphinx>=4.5.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user