Update to version 2.6.0

This commit is contained in:
Marius Grossu
2025-11-05 17:27:30 +01:00
parent 0f05e0b60d
commit f958636dbf
5 changed files with 43 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
Index: pytest_check-2.6.0/pyproject.toml
===================================================================
--- pytest_check-2.6.0.orig/pyproject.toml
+++ pytest_check-2.6.0/pyproject.toml
@@ -15,8 +15,6 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
- 'Programming Language :: Python :: 3.13',
- 'Programming Language :: Python :: 3.14',
'Topic :: Software Development :: Testing',
'Topic :: Utilities',
]