@@ -16,8 +16,6 @@ envlist =
16
16
py3{9,10,11}-pre-{x86,x64}
17
17
# x64-only range
18
18
py3{12,13,13t}-{full,pre}-x64
19
- # Special environment for numpy 2.0-dev testing
20
- py313-dev-x64
21
19
install
22
20
doctest
23
21
style
@@ -38,7 +36,6 @@ python =
38
36
DEPENDS =
39
37
none: none, install
40
38
pre: pre
41
- dev: dev
42
39
full: full, install
43
40
min: min
44
41
51
48
description = Pytest with coverage
52
49
labels = test
53
50
pip_pre =
54
- pre,dev : true
51
+ pre: true
55
52
pass_env =
56
53
# getpass.getuser() sources for Windows:
57
54
LOGNAME
@@ -67,8 +64,8 @@ pass_env =
67
64
CLICOLOR
68
65
CLICOLOR_FORCE
69
66
set_env =
70
- pre,dev : PIP_EXTRA_INDEX_URL =https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
71
- pre,dev : UV_EXTRA_INDEX_URL =https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
67
+ pre: PIP_EXTRA_INDEX_URL =https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
68
+ pre: UV_EXTRA_INDEX_URL =https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
72
69
py313t: PYTHONGIL ={env:PYTHONGIL:0}
73
70
extras =
74
71
test
@@ -78,22 +75,22 @@ extras =
78
75
!none: indexed_gzip
79
76
80
77
# Matplotlib has wheels for everything except win32 (x86)
81
- {min,full,pre,dev }-{x,arm}64: viewers
78
+ {min,full,pre}-{x,arm}64: viewers
82
79
83
80
# Nightly, but not released cp313t wheels for: scipy
84
- # When released, remove the py3* line and add min/full to the pre,dev line
81
+ # When released, remove the py3* line and add min/full to the pre line
85
82
py3{9,10,11,12,13}-{min,full}-{x,arm}64: spm
86
- { pre,dev} -{x,arm}64: spm
83
+ pre-{x,arm}64: spm
87
84
88
85
# No cp313t wheels for: h5py, pyzstd
89
- py3{9,10,11,12,13}-{min,full,pre-dev }-{x,arm}64: minc2
90
- py3{9,10,11,12,13}-{min,full,pre-dev }-{x,arm}64: zstd
86
+ py3{9,10,11,12,13}-{min,full,pre}-{x,arm}64: minc2
87
+ py3{9,10,11,12,13}-{min,full,pre}-{x,arm}64: zstd
91
88
92
89
# No win32 wheels for scipy after py39
93
90
py39-full-x86: spm
94
91
95
92
deps =
96
- dev : pydicom @ git+https://github.com/pydicom/pydicom.git@main
93
+ pre : pydicom @ git+https://github.com/pydicom/pydicom.git@main
97
94
98
95
uv_resolution =
99
96
min: lowest-direct
0 commit comments