Skip to content

Commit 803d36d

Browse files
author
mkudlej
authored
Merge pull request #171 from mdujava/reflect-min-version
Update supported versions in setup.py
2 parents bd2a7ff + cd24ff3 commit 803d36d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

setup.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
author='Peter Stanko',
3232
author_email='stanko@mail.muni.cz',
3333
maintainer='Peter Stanko',
34-
url='https://github.com/pestanko/3scale-api-python',
34+
url='https://github.com/3scale-qe/3scale-api-python',
3535
packages=find_packages(exclude=("tests",)),
3636
long_description=long_description,
3737
long_description_content_type='text/markdown',
@@ -40,11 +40,17 @@
4040
extras_require=extra_requirements,
4141
entry_points={},
4242
classifiers=[
43-
"Programming Language :: Python :: 3",
44-
'Programming Language :: Python :: 3.7',
4543
"Operating System :: OS Independent",
4644
"License :: OSI Approved :: Apache Software License",
4745
'Intended Audience :: Developers',
4846
'Topic :: Utilities',
47+
"Programming Language :: Python :: 3",
48+
'Programming Language :: Python :: 3.7',
49+
'Programming Language :: Python :: 3.8',
50+
'Programming Language :: Python :: 3.9',
51+
'Programming Language :: Python :: 3.10',
52+
'Programming Language :: Python :: 3.11',
53+
'Programming Language :: Python :: 3.12',
54+
'Programming Language :: Python :: 3.13',
4955
],
5056
)

0 commit comments

Comments
 (0)