Unblocked automatic greenlet installation for Python 3.14 now that
there are greenlet wheels on pypi for python 3.14.
Change-Id: I2f7c94a01cb8d081f1bde8dc6685eaccba19f5f2
--- /dev/null
+.. change::
+ :tags: bug, installation
+
+ Unblocked automatic greenlet installation for Python 3.14 now that
+ there are greenlet wheels on pypi for python 3.14.
install_requires =
importlib-metadata;python_version<"3.8"
- greenlet >= 1;(python_version<"3.14" and (platform_machine=='aarch64' or (platform_machine=='ppc64le' or (platform_machine=='x86_64' or (platform_machine=='amd64' or (platform_machine=='AMD64' or (platform_machine=='win32' or platform_machine=='WIN32')))))))
+ greenlet >= 1;(platform_machine=='aarch64' or (platform_machine=='ppc64le' or (platform_machine=='x86_64' or (platform_machine=='amd64' or (platform_machine=='AMD64' or (platform_machine=='win32' or platform_machine=='WIN32'))))))
typing-extensions >= 4.6.0
[options.extras_require]