From aa21adb1cfd95b656942036bf33cc44a4d46d7bd Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 17 Dec 2024 09:14:20 +0100 Subject: [PATCH] setup: relax upper pins * the idea is to break early. --- setup.cfg | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6173435..cab8df4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,15 +25,13 @@ classifiers = Programming Language :: Python Topic :: Internet :: WWW/HTTP :: Dynamic Content Topic :: Software Development :: Libraries :: Python Modules - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Development Status :: 3 - Alpha [options] include_package_data = True packages = find: -python_requires = >=3.9 +python_requires = >=3.12 zip_safe = False install_requires = invenio-assets>=2.0.0 @@ -44,11 +42,11 @@ install_requires = [options.extras_require] tests = - invenio-app>=1.3.4,<1.4.0 + invenio-app>=1.3.4 invenio-previewer>=2.2.0 - invenio-search[opensearch2]>=2.1.0,<3.0.0 + invenio-search[opensearch2]>=2.1.0 pytest-black-ng>=0.4.0 - pytest-invenio>=2.1.0,<3.0.0 + pytest-invenio>=2.1.0 Sphinx>=4.5.0 [options.entry_points]