This repository was archived by the owner on Dec 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- python-version : [ 3.7, 3.8, 3. 9 ]
18+ python-version : [ 3.9 ]
1919
2020 steps :
2121 - uses : actions/checkout@v2
5454 runs-on : ubuntu-latest
5555 strategy :
5656 matrix :
57- python-version : [ 3.7, 3.8, 3. 9 ]
57+ python-version : [ 3.9 ]
5858
5959 steps :
6060 - uses : actions/checkout@v2
8080 runs-on : ubuntu-latest
8181 strategy :
8282 matrix :
83- python-version : [ 3.7, 3.8, 3. 9 ]
83+ python-version : [ 3.9 ]
8484
8585 steps :
8686 - uses : actions/checkout@v2
@@ -101,10 +101,10 @@ jobs:
101101
102102 steps :
103103 - uses : actions/checkout@v2
104- - name : Set up Python 3.8
104+ - name : Set up Python 3.9
105105 uses : actions/setup-python@v2
106106 with :
107- python-version : 3.8
107+ python-version : 3.9
108108 - name : Run image
109109110110
@@ -125,10 +125,10 @@ jobs:
125125
126126 steps :
127127 - uses : actions/checkout@v2
128- - name : Set up Python 3.8
128+ - name : Set up Python 3.9
129129 uses : actions/setup-python@v2
130130 with :
131- python-version : 3.8
131+ python-version : 3.9
132132 - name : Run image
133133134134
You can’t perform that action at this time.
0 commit comments