|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | 3 | # This file is part of REANA. |
4 | | -# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN. |
| 4 | +# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 CERN. |
5 | 5 | # |
6 | 6 | # REANA is free software; you can redistribute it and/or modify it |
7 | 7 | # under the terms of the MIT License; see LICENSE file for more details. |
|
45 | 45 | "pydocstyle>=5.0.0,<6.0.0", |
46 | 46 | "pytest-cache>=1.0,<2.0", |
47 | 47 | "pytest-cov>=3.0.0,<4.0", |
48 | | - "pytest>=6.2.5,<7.0.0", |
| 48 | + "pytest>=7.0.0,<9.0.0", |
49 | 49 | "reana-commons[kubernetes]>=0.95.0a1,<0.96.0", |
50 | 50 | "reana-db>=0.95.0a1,<0.96.0", |
51 | 51 | "swagger_spec_validator>=2.1.0", |
|
89 | 89 | "Programming Language :: Python :: 3.11", |
90 | 90 | "Programming Language :: Python :: 3.12", |
91 | 91 | "Programming Language :: Python :: 3.13", |
| 92 | + "Programming Language :: Python :: 3.14", |
92 | 93 | "Programming Language :: Python :: Implementation :: CPython", |
93 | 94 | "Programming Language :: Python", |
94 | 95 | "Topic :: Internet :: WWW/HTTP :: Dynamic Content", |
|
0 commit comments