absurdfarce commented on code in PR #1302: URL: https://github.com/apache/cassandra-python-driver/pull/1302#discussion_r3617886541
########## docs/installation.rst: ########## @@ -3,10 +3,10 @@ Installation Supported Platforms ------------------- -Python 3.10 through 3.14 are supported. Both CPython (the standard Python -implementation) and `PyPy <http://pypy.org>`_ are supported and tested. +Python 3.10 through 3.14 are supported. Linux, OSX, and Windows are supported. -Linux, OSX, and Windows are supported. +As of Python driver 4.0.0 only CPython is supported. Prior versions also explicitly supported PyPy but we no longer +support this runtime. See `CASSPYTHON-14 <https://issues.apache.org/jira/browse/CASSPYTHON-14>`_ for additional information. Review Comment: pyproject.toml just hasn't been updated yet; we usually update that as one of the last items to do on the release checklist (such as [this commit](https://github.com/apache/cassandra-python-driver/commit/65b26fe4a3076870436965a81be5327b759b3e64)). I'm okay leaving this as it stands; we've already committed several breaking changes to the repo so there's no obvious path for the next release (on this branch anyway) to be anything other than 4.0.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

