Skip to content

Commit

Permalink
Updating minio to version to 7.2.7 and python supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
novama-ot1 committed Aug 9, 2024
1 parent 130861e commit a1388d2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url="https://github.com/mmm1513/pyminio",
packages=setuptools.find_packages(),
install_requires=[
'minio <7.0.0, >=6.0.0',
'minio >=7.2.7',
'pytz',
'cached-property',
'attrdict',
Expand All @@ -29,10 +29,9 @@
classifiers=[
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],
python_requires='>=3.6',
python_requires='>=3.7',
)

0 comments on commit a1388d2

Please sign in to comment.