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 1c4a3d9 commit 86b961fCopy full SHA for 86b961f
1 file changed
packages/google-resumable-media/setup.py
@@ -51,14 +51,13 @@
51
zip_safe=False,
52
install_requires=REQUIREMENTS,
53
extras_require=EXTRAS_REQUIRE,
54
- python_requires='>= 3.9',
+ python_requires='>= 3.10',
55
classifiers=[
56
'Development Status :: 5 - Production/Stable',
57
'Intended Audience :: Developers',
58
'License :: OSI Approved :: Apache Software License',
59
'Operating System :: OS Independent',
60
'Programming Language :: Python :: 3',
61
- 'Programming Language :: Python :: 3.9',
62
'Programming Language :: Python :: 3.10',
63
'Programming Language :: Python :: 3.11',
64
'Programming Language :: Python :: 3.12',
0 commit comments