Explorar el Código

CI: updated build py versions

Seems Python 3.6 is no longer found.
Mikael Koli hace 3 años
padre
commit
44f70e9e3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -23,7 +23,7 @@ jobs:
     
     strategy:
       matrix:
-        python-version: [3.6.x, 3.8.x, 3.10.x, 3.11.x]
+        python-version: [3.7.x, 3.8.x, 3.10.x, 3.11.x]
 
     # Steps represent a sequence of tasks that will be executed as part of the job
     steps: