Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
git-repo-updater
espelho de
https://github.com/earwig/git-repo-updater
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
11
Trabalho
Ver a proveniência
Add Python 3.12 CI build
pull/67/head
offa
há 1 ano
ascendente
f491a8ee80
cometimento
9bc622190e
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
.github/workflows/ci.yml
+ 1
- 1
.github/workflows/ci.yml
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar