We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6899019 commit 749759dCopy full SHA for 749759d
setup.py
@@ -32,7 +32,7 @@ def run_tests(self):
32
33
__dir__ = realpath(dirname(__file__))
34
35
-TESTS_REQUIRE = ['tox >= 4.11']
+TESTS_REQUIRE = ['tox >= 4.11', 'bump-my-version >= 0.12']
36
37
DESCRIPTION = open(
38
os.path.join(os.path.dirname(__file__), 'README.rst')).read()
@@ -48,9 +48,12 @@ def run_tests(self):
48
'Framework :: Django',
49
'Intended Audience :: Developers',
50
'License :: OSI Approved :: BSD License',
51
- 'Programming Language :: Python :: 2.7',
52
- 'Programming Language :: Python :: 3.4',
53
- 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
54
+ 'Programming Language :: Python :: 3.10',
55
+ 'Programming Language :: Python :: 3.11',
56
+ 'Programming Language :: Python :: 3.12',
57
'Programming Language :: Python',
58
'Operating System :: OS Independent',
59
'Topic :: Security',
0 commit comments