File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Install cibuildwheel
3232 run : |
33- python3 -m pip install cibuildwheel==2.19.1
33+ python3 -m pip install cibuildwheel==2.22.0
3434
3535 - name : Overwrite for Linux 64
3636 if : runner.os == 'Linux' && matrix.platform == 'x86_64'
Original file line number Diff line number Diff line change 5959
6060 - name : Install cibuildwheel
6161 run : |
62- python3 -m pip install cibuildwheel==2.16.2
62+ python3 -m pip install cibuildwheel==2.22.0
6363
6464 - name : Install OpenSSL for Windows
6565 if : runner.os == 'Windows'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Scylla Enterprise (2018.1.x+) using exclusively Cassandra's binary protocol and
1313.. image :: https://github.com/scylladb/python-driver/actions/workflows/integration-tests.yml/badge.svg?branch=master
1414 :target: https://github.com/scylladb/python-driver/actions/workflows/integration-tests.yml?query=event%3Apush+branch%3Amaster
1515
16- The driver supports Python versions 3.6 -3.11 .
16+ The driver supports Python versions 3.7 -3.13 .
1717
1818.. **Note:** This driver does not support big-endian systems.
1919
Original file line number Diff line number Diff line change @@ -455,8 +455,14 @@ def run_setup(extensions):
455455 'Natural Language :: English' ,
456456 'Operating System :: OS Independent' ,
457457 'Programming Language :: Python' ,
458+ 'Programming Language :: Python :: 3' ,
458459 'Programming Language :: Python :: 3.7' ,
459460 'Programming Language :: Python :: 3.8' ,
461+ 'Programming Language :: Python :: 3.9' ,
462+ 'Programming Language :: Python :: 3.10' ,
463+ 'Programming Language :: Python :: 3.11' ,
464+ 'Programming Language :: Python :: 3.12' ,
465+ 'Programming Language :: Python :: 3.13' ,
460466 'Programming Language :: Python :: Implementation :: CPython' ,
461467 'Programming Language :: Python :: Implementation :: PyPy' ,
462468 'Topic :: Software Development :: Libraries :: Python Modules'
You can’t perform that action at this time.
0 commit comments