File tree Expand file tree Collapse file tree 8 files changed +21
-14
lines changed Expand file tree Collapse file tree 8 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,9 @@ environment:
168
168
CODECOV_BINARY : https://uploader.codecov.io/latest/macos/codecov
169
169
170
170
# Test alternative Python versions
171
- - ID : Ubu20P37a
171
+ - ID : Ubu20P311a
172
172
# ~35min
173
- PY : 3.7
173
+ PY : 3.11
174
174
DTS : >
175
175
datalad.cli
176
176
datalad.core
@@ -183,9 +183,9 @@ environment:
183
183
CODECOV_BINARY : https://uploader.codecov.io/latest/linux/codecov
184
184
# system git-annex is way too old, use better one
185
185
INSTALL_GITANNEX : git-annex -m deb-url --url https://datasets.datalad.org/datalad/packages/neurodebian/git-annex_8.20210903-1_amd64.deb
186
- - ID : Ubu20P37b
186
+ - ID : Ubu20P311b
187
187
# ~25min
188
- PY : 3.7
188
+ PY : 3.11
189
189
DTS : >
190
190
datalad.downloaders
191
191
datalad.interface
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
- uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
- - name : Set up Python 3.7
29
+ - name : Set up Python 3.8
30
30
uses : actions/setup-python@v5
31
31
with :
32
- python-version : 3.7
32
+ python-version : 3.8
33
33
- name : Install dependencies
34
34
run : |
35
35
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
git config --global user.email "[email protected] "
14
14
git config --global user.name "GitHub Almighty"
15
15
- uses : actions/checkout@v4
16
- - name : Set up Python 3.7
16
+ - name : Set up Python 3.8
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : 3.7
19
+ python-version : 3.8
20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 16
16
- name : Set up Python
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : ' 3.7 '
19
+ python-version : ' 3.8 '
20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
- uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 0
33
- - name : Set up Python 3.7
33
+ - name : Set up Python 3.8
34
34
uses : actions/setup-python@v5
35
35
with :
36
- python-version : 3.7
36
+ python-version : 3.8
37
37
- name : Install dependencies
38
38
run : |
39
39
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
with :
26
26
fetch-depth : 0
27
27
28
- - name : Set up Python 3.7
28
+ - name : Set up Python 3.11
29
29
uses : actions/setup-python@v5
30
30
with :
31
- python-version : 3.7
31
+ python-version : 3.11
32
32
33
33
- name : Install git-annex
34
34
run : |
Original file line number Diff line number Diff line change 21
21
- name : Set up Python
22
22
uses : actions/setup-python@v5
23
23
with :
24
- python-version : ' 3.7 '
24
+ python-version : ' 3.8 '
25
25
26
26
- name : Install dependencies
27
27
run : |
Original file line number Diff line number Diff line change
1
+ ### 🧪 Tests
2
+
3
+ - Stop testing on Python 3.7. Switch MacOS tests to 3.11, include 3.11
4
+ in Appveyor, and use 3.8 for other tests.
5
+ Fixes [ #7584 ] ( https://github.com/datalad/datalad/issues/7584 )
6
+ via [ PR #7585 ] ( https://github.com/datalad/datalad/pull/7585 )
7
+ (by [ @mslw ] ( https://github.com/mslw ) )
You can’t perform that action at this time.
0 commit comments