@@ -191,7 +191,7 @@ jobs:
191191 runs-on : ubuntu-latest
192192 strategy :
193193 matrix :
194- python-version : ["3.8", "3.10 ", "3.12"]
194+ python-version : ["3.9 ", "3.12"]
195195 defaults :
196196 run :
197197 working-directory : ./compliance_tool
@@ -224,10 +224,10 @@ jobs:
224224 working-directory : ./compliance_tool
225225 steps :
226226 - uses : actions/checkout@v2
227- - name : Set up Python ${{ env.X_PYTHON_VERSION }}
227+ - name : Set up Python ${{ env.X_PYTHON_MIN_VERSION }}
228228 uses : actions/setup-python@v2
229229 with :
230- python-version : ${{ env.X_PYTHON_VERSION }}
230+ python-version : ${{ env.X_PYTHON_MIN_VERSION }}
231231 - name : Install Python dependencies
232232 run : |
233233 python -m pip install --upgrade pip
@@ -249,10 +249,10 @@ jobs:
249249 working-directory : ./compliance_tool
250250 steps :
251251 - uses : actions/checkout@v2
252- - name : Set up Python ${{ env.X_PYTHON_VERSION }}
252+ - name : Set up Python ${{ env.X_PYTHON_MIN_VERSION }}
253253 uses : actions/setup-python@v2
254254 with :
255- python-version : ${{ env.X_PYTHON_VERSION }}
255+ python-version : ${{ env.X_PYTHON_MIN_VERSION }}
256256 - name : Install Python dependencies
257257 run : |
258258 python -m pip install --upgrade pip
@@ -277,10 +277,10 @@ jobs:
277277 working-directory : ./compliance_tool
278278 steps :
279279 - uses : actions/checkout@v2
280- - name : Set up Python ${{ env.X_PYTHON_VERSION }}
280+ - name : Set up Python ${{ env.X_PYTHON_MIN_VERSION }}
281281 uses : actions/setup-python@v2
282282 with :
283- python-version : ${{ env.X_PYTHON_VERSION }}
283+ python-version : ${{ env.X_PYTHON_MIN_VERSION }}
284284 - name : Install dependencies
285285 run : |
286286 python -m pip install --upgrade pip
0 commit comments