@@ -27,9 +27,9 @@ def read(fname):
27
27
'random_order' ,
28
28
],
29
29
include_package_data = True ,
30
- python_requires = ">=3.5.0 " ,
30
+ python_requires = ">=3.9 " ,
31
31
install_requires = [
32
- 'pytest>=3.0.0 ' ,
32
+ 'pytest' ,
33
33
],
34
34
classifiers = [
35
35
'Development Status :: 5 - Production/Stable' ,
@@ -38,14 +38,11 @@ def read(fname):
38
38
'Topic :: Software Development :: Testing' ,
39
39
'Programming Language :: Python' ,
40
40
'Programming Language :: Python :: 3' ,
41
- 'Programming Language :: Python :: 3.5' ,
42
- 'Programming Language :: Python :: 3.6' ,
43
- 'Programming Language :: Python :: 3.7' ,
44
- 'Programming Language :: Python :: 3.8' ,
45
41
'Programming Language :: Python :: 3.9' ,
46
42
'Programming Language :: Python :: 3.10' ,
47
43
'Programming Language :: Python :: 3.11' ,
48
44
'Programming Language :: Python :: 3.12' ,
45
+ 'Programming Language :: Python :: 3.13' ,
49
46
'License :: OSI Approved :: MIT License' ,
50
47
],
51
48
keywords = 'pytest random test order shuffle' ,
0 commit comments