Skip to content

Commit 749759d

Browse files
committed
Update setup.py
1 parent 6899019 commit 749759d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

setup.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run_tests(self):
3232

3333
__dir__ = realpath(dirname(__file__))
3434

35-
TESTS_REQUIRE = ['tox >= 4.11']
35+
TESTS_REQUIRE = ['tox >= 4.11', 'bump-my-version >= 0.12']
3636

3737
DESCRIPTION = open(
3838
os.path.join(os.path.dirname(__file__), 'README.rst')).read()
@@ -48,9 +48,12 @@ def run_tests(self):
4848
'Framework :: Django',
4949
'Intended Audience :: Developers',
5050
'License :: OSI Approved :: BSD License',
51-
'Programming Language :: Python :: 2.7',
52-
'Programming Language :: Python :: 3.4',
53-
'Programming Language :: Python :: 3.5',
51+
'Programming Language :: Python :: 3.7',
52+
'Programming Language :: Python :: 3.8',
53+
'Programming Language :: Python :: 3.9',
54+
'Programming Language :: Python :: 3.10',
55+
'Programming Language :: Python :: 3.11',
56+
'Programming Language :: Python :: 3.12',
5457
'Programming Language :: Python',
5558
'Operating System :: OS Independent',
5659
'Topic :: Security',

0 commit comments

Comments
 (0)