Skip to content

Commit f0b50c0

Browse files
committed
Update supported Python versions
1 parent b152bef commit f0b50c0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Apache Cassandra Python Driver
1515
A modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ and highly-tunable Python client library for Apache Cassandra (2.1+) and
1616
DataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.
1717

18-
The driver supports Python 3.9 through 3.13.
18+
The driver supports Python 3.10 through 3.14.
1919

2020
**Note:** DataStax products do not support big-endian systems.
2121

docs/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Installation
33

44
Supported Platforms
55
-------------------
6-
Python 3.9 through 3.13 are supported. Both CPython (the standard Python
6+
Python 3.10 through 3.14 are supported. Both CPython (the standard Python
77
implementation) and `PyPy <http://pypy.org>`_ are supported and tested.
88

99
Linux, OSX, and Windows are supported.
@@ -24,9 +24,9 @@ Verifying your Installation
2424
---------------------------
2525
To check if the installation was successful, you can run::
2626

27-
python -c 'import cassandra; print(cassandra.__version__)'
27+
python -c 'import cassandra; print(cassandra.ProtocolVersion.SUPPORTED_VERSIONS)'
2828

29-
It should print something like "3.29.3".
29+
This command should print something like "(66, 65, 6, 5, 4, 3, 2, 1)".
3030

3131
.. _installation-datastax-graph:
3232

0 commit comments

Comments
 (0)