Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
git-repo-updater
réplica de
https://github.com/earwig/git-repo-updater
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
11
Actividad
Explorar el Código
Add Python 3.12 CI build
pull/67/head
offa
hace 1 año
padre
f491a8ee80
commit
9bc622190e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
.github/workflows/ci.yml
+ 1
- 1
.github/workflows/ci.yml
Ver fichero
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
python: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"
, "3.12"
]
name: python-${{ matrix.python }}
steps:
- name: Checkout
Escribir
Vista previa
Cargando…
Cancelar
Guardar