File tree 7 files changed +8
-11
lines changed
7 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
python :
16
- - 3.8
17
- # - 3.9
16
+ - 3.9
18
17
# - 3.10
19
18
# - 3.11
20
19
steps :
Original file line number Diff line number Diff line change 15
15
- name : Set up Python
16
16
uses : actions/setup-python@v5
17
17
with :
18
- python-version : ' 3.8 '
18
+ python-version : ' 3.9 '
19
19
- name : Install dependencies
20
20
run : |
21
21
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 25
25
- name : Set up Python
26
26
uses : actions/setup-python@v5
27
27
with :
28
- python-version : 3.8
28
+ python-version : 3.9
29
29
30
30
- name : Install build & twine
31
31
run : python -m pip install build twine
Original file line number Diff line number Diff line change 32
32
- ubuntu-latest
33
33
- macos-latest
34
34
python :
35
- - 3.8
36
35
- 3.9
37
36
- ' 3.10' # Needs quotes so YAML doesn't think it's 3.1
38
37
- ' 3.11'
@@ -41,13 +40,13 @@ jobs:
41
40
- normal
42
41
include :
43
42
- os : ubuntu-latest
44
- python : 3.8
43
+ python : 3.9
45
44
mode : dandi-api
46
45
- os : ubuntu-latest
47
46
python : 3.9
48
47
mode : dev-deps
49
48
- os : ubuntu-latest
50
- python : 3.8
49
+ python : 3.9
51
50
mode : nfs
52
51
53
52
steps :
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.8 '
19
+ python-version : ' 3.9 '
20
20
21
21
- name : Install dependencies
22
22
run : |
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
build :
3
3
os : ubuntu-22.04
4
4
tools :
5
- python : " 3.8 "
5
+ python : " 3.9 "
6
6
python :
7
7
install :
8
8
- requirements : docs/requirements.txt
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ classifiers =
12
12
License :: OSI Approved :: Apache Software License
13
13
Operating System :: OS Independent
14
14
Programming Language :: Python
15
- Programming Language :: Python :: 3.8
16
15
Programming Language :: Python :: 3.9
17
16
Programming Language :: Python :: 3.10
18
17
Programming Language :: Python :: 3.11
@@ -28,7 +27,7 @@ project_urls =
28
27
Documentation = https://dandi.readthedocs.io
29
28
30
29
[options]
31
- python_requires = >=3.8
30
+ python_requires = >=3.9
32
31
install_requires =
33
32
bidsschematools ~= 0.7.0
34
33
click >= 7.1
You can’t perform that action at this time.
0 commit comments