File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
awk -F '\/' '{ print tolower($2) }' |
23
23
tr '_' '-'
24
24
)
25
- - name : Set up Python 3.7
26
- uses : actions/setup-python@v1
25
+ - name : Set up Python 3.x
26
+ uses : actions/setup-python@v2
27
27
with :
28
- python-version : 3.7
28
+ python-version : " 3.x "
29
29
- name : Versions
30
30
run : |
31
31
python3 --version
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
awk -F '\/' '{ print tolower($2) }' |
25
25
tr '_' '-'
26
26
)
27
- - name : Set up Python 3.6
28
- uses : actions/setup-python@v1
27
+ - name : Set up Python 3.x
28
+ uses : actions/setup-python@v2
29
29
with :
30
- python-version : 3.6
30
+ python-version : " 3.x "
31
31
- name : Versions
32
32
run : |
33
33
python3 --version
67
67
echo ::set-output name=setup-py::$( find . -wholename './setup.py' )
68
68
- name : Set up Python
69
69
if : contains(steps.need-pypi.outputs.setup-py, 'setup.py')
70
- uses : actions/setup-python@v1
70
+ uses : actions/setup-python@v2
71
71
with :
72
72
python-version : ' 3.x'
73
73
- name : Install dependencies
Original file line number Diff line number Diff line change 9
9
version : 2
10
10
11
11
python :
12
- version : " 3.7 "
12
+ version : " 3.x "
13
13
install :
14
14
- requirements : docs/requirements.txt
15
15
- requirements : requirements.txt
Original file line number Diff line number Diff line change 29
29
30
30
31
31
intersphinx_mapping = {
32
- "python" : ("https://docs.python.org/3.4 " , None ),
32
+ "python" : ("https://docs.python.org/3" , None ),
33
33
"CircuitPython" : ("https://circuitpython.readthedocs.io/en/latest/" , None ),
34
34
}
35
35
Original file line number Diff line number Diff line change 46
46
"Topic :: System :: Hardware" ,
47
47
"License :: OSI Approved :: MIT License" ,
48
48
"Programming Language :: Python :: 3" ,
49
- "Programming Language :: Python :: 3.4" ,
50
- "Programming Language :: Python :: 3.5" ,
51
49
],
52
50
# What does your project relate to?
53
51
keywords = "adafruit blinka circuitpython micropython led animation led colors animations" ,
You can’t perform that action at this time.
0 commit comments