Skip to content

Commit 41c8992

Browse files
committed
pin 3.0.8 regression tests to python 3.12
1 parent 1ff7c0e commit 41c8992

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

tests/test_regression/scripts/v3.0.8.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# /// script
2-
# requires-python = ">=3.11"
2+
# requires-python = "==3.12"
33
# dependencies = [
44
# "zarr==3.0.8"
55
# ]
66
# ///
77

8-
# /// script
9-
# requires-python = ">=3.11"
10-
# dependencies = [
11-
# "zarr==2.18",
12-
# "numcodecs==0.15"
13-
# ]
14-
# ///
158

169
import argparse
1710

0 commit comments

Comments
 (0)