Skip to content

Commit 9e6fdbf

Browse files
committed
remove testing for version 2.1.14
1 parent 63b3939 commit 9e6fdbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cassandra_nodetool/hatch.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
[[envs.default.matrix]]
44
python = ["3.13"]
5-
version = ["2.1", "3.0"]
5+
version = ["3.0"]
66

77
[envs.default.overrides]
88
matrix.version.env-vars = [
9-
{ key = "CASSANDRA_VERSION", value = "2.1.14", if = ["2.1"] },
109
{ key = "CASSANDRA_VERSION", value = "3.0.23", if = ["3.0"] },
1110
]
1211

0 commit comments

Comments
 (0)