Commit 11a14ef
committed
fix: skip cassio on Python 3.14 (cassandra-driver cannot build)
cassandra-driver's ez_setup.py is incompatible with Python 3.14's
TarFile.chown() signature change. Add python_version < 3.14 marker
to cassio in test_integration deps.1 parent 17c1c77 commit 11a14ef
2 files changed
Lines changed: 69 additions & 64 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments