File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 26
26
strategy :
27
27
matrix :
28
28
os : ['ubuntu-latest', 'windows-latest', 'macos-latest']
29
- python-version : ["3.8", "3. 9", "3.10.0-rc.1 "]
29
+ python-version : ["3.9", "3.10"]
30
30
architecture : ['x64', 'x86']
31
31
install : ['setup']
32
32
check : ['test']
36
36
include :
37
37
# Pydicom master
38
38
- os : ubuntu-latest
39
- python-version : 3.8
39
+ python-version : " 3.10 "
40
40
install : setup
41
41
check : test
42
42
pip-flags : ' '
47
47
architecture : x86
48
48
- os : macos-latest
49
49
architecture : x86
50
- - os : windows-latest
51
- python-version : " 3.10.0-rc.1"
52
- - os : macos-latest
53
- python-version : " 3.10.0-rc.1"
54
50
55
51
env :
56
52
DEPENDS : ${{ matrix.depends }}
Original file line number Diff line number Diff line change 29
29
strategy :
30
30
matrix :
31
31
os : ['ubuntu-latest', 'windows-latest', 'macos-latest']
32
- python-version : [3.6 , 3.7 , 3.8, 3.9 ]
32
+ python-version : [3.7 , 3.8 , 3.9, "3.10" ]
33
33
architecture : ['x64', 'x86']
34
34
install : ['pip']
35
35
check : ['test']
@@ -39,52 +39,52 @@ jobs:
39
39
include :
40
40
# Basic dependencies only
41
41
- os : ubuntu-latest
42
- python-version : 3.6
42
+ python-version : 3.7
43
43
install : setup
44
44
check : test
45
45
pip-flags : ' '
46
46
depends : REQUIREMENTS
47
47
optional-depends : ' '
48
48
# Absolute minimum dependencies
49
49
- os : ubuntu-latest
50
- python-version : 3.6
50
+ python-version : 3.7
51
51
install : setup
52
52
check : test
53
53
pip-flags : ' '
54
54
depends : MIN_REQUIREMENTS
55
55
optional-depends : ' '
56
56
# Absolute minimum dependencies plus old MPL, Pydicom, Pillow
57
57
- os : ubuntu-latest
58
- python-version : 3.6
58
+ python-version : 3.7
59
59
install : setup
60
60
check : test
61
61
pip-flags : ' '
62
62
depends : MIN_REQUIREMENTS
63
63
optional-depends : MIN_OPT_DEPENDS
64
64
# Clean install imports only with package-declared dependencies
65
65
- os : ubuntu-latest
66
- python-version : 3.6
66
+ python-version : 3.7
67
67
install : pip
68
68
check : skiptests
69
69
pip-flags : ' '
70
70
depends : ' '
71
71
# Check all installation methods
72
72
- os : ubuntu-latest
73
- python-version : 3.8
73
+ python-version : " 3.10 "
74
74
install : wheel
75
75
check : test
76
76
pip-flags : ' '
77
77
depends : REQUIREMENTS
78
78
optional-depends : DEFAULT_OPT_DEPENDS
79
79
- os : ubuntu-latest
80
- python-version : 3.8
80
+ python-version : " 3.10 "
81
81
install : sdist
82
82
check : test
83
83
pip-flags : ' '
84
84
depends : REQUIREMENTS
85
85
optional-depends : DEFAULT_OPT_DEPENDS
86
86
- os : ubuntu-latest
87
- python-version : 3.8
87
+ python-version : " 3.10 "
88
88
install : archive
89
89
check : test
90
90
pip-flags : ' '
Original file line number Diff line number Diff line change 6
6
7
7
os : linux
8
8
arch : arm64
9
- dist : xenial
9
+ dist : focal
10
10
language : python
11
11
cache : pip
12
12
21
21
- CHECK_TYPE="test"
22
22
23
23
python :
24
- - 3.6
25
24
- 3.7
26
25
- 3.8
27
26
- 3.9
27
+ - " 3.10"
28
28
29
29
# Set up virtual environment, build package, build from depends
30
30
before_install :
You can’t perform that action at this time.
0 commit comments