File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Scylla Enterprise (2018.1.x+) using exclusively Cassandra's binary protocol and
2020.. image :: https://github.com/scylladb/python-driver/actions/workflows/integration-tests.yml/badge.svg?branch=master
2121 :target: https://github.com/scylladb/python-driver/actions/workflows/integration-tests.yml?query=event%3Apush+branch%3Amaster
2222
23- The driver supports Python versions 3.9-3.13 .
23+ The driver supports Python versions 3.9-3.14 .
2424
2525.. **Note:** This driver does not support big-endian systems.
2626
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A Python client driver for `Scylla <https://docs.scylladb.com>`_.
44This driver works exclusively with the Cassandra Query Language v3 (CQL3)
55and Cassandra's native protocol.
66
7- The driver supports Python 3.9-3.13 .
7+ The driver supports Python 3.9-3.14 .
88
99This driver is open source under the
1010`Apache v2 License <http://www.apache.org/licenses/LICENSE-2.0.html >`_.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Installation
33
44Supported Platforms
55-------------------
6- Python versions 3.9-3.13 are supported. Both CPython (the standard Python
6+ Python versions 3.9-3.14 are supported. Both CPython (the standard Python
77implementation) and `PyPy <http://pypy.org >`_ are supported and tested.
88
99Linux, OSX, and Windows are supported.
You can’t perform that action at this time.
0 commit comments