File tree 5 files changed +4
-6
lines changed
5 files changed +4
-6
lines changed 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 40
40
if : steps.auto-version.outputs.version != ''
41
41
uses : actions/setup-python@v5
42
42
with :
43
- python-version : ' ^3.8 '
43
+ python-version : ' ^3.9 '
44
44
45
45
- name : Install Python dependencies
46
46
if : steps.auto-version.outputs.version != ''
Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
python-version :
20
- - ' 3.8'
21
20
- ' 3.9'
22
21
- ' 3.10'
23
22
- ' 3.11'
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 11
11
"Environment :: Console" ,
12
12
"Intended Audience :: Science/Research" ,
13
13
"License :: OSI Approved :: Apache Software License" ,
14
- "Programming Language :: Python :: 3.8" ,
15
14
"Programming Language :: Python :: 3.9" ,
16
15
"Programming Language :: Python :: 3.10" ,
17
16
"Programming Language :: Python :: 3.11" ,
18
17
"Topic :: Scientific/Engineering" ,
19
18
"Typing :: Typed" ,
20
19
]
21
20
22
- PYTHON_REQUIRES = ">=3.8 "
21
+ PYTHON_REQUIRES = ">=3.9 "
23
22
24
23
REQUIRES = [
25
24
# not usable in some use cases since might be just a downloader, not binary
You can’t perform that action at this time.
0 commit comments