Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
mwparserfromhell
mirror da
https://github.com/earwig/mwparserfromhell
Segui
1
Vota
1
Forka
0
Codice
Rilasci
24
Attività
Sfoglia il codice sorgente
Build wheels for Python 3.9 too (
#262
)
tags/v0.6
Kunal Mehta
3 anni fa
committed by
GitHub
parent
c1dabcfd66
commit
786b08828b
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
4AEE18F83AFDEB23
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
.github/workflows/build-linux-wheels.yml
+1
-1
.github/workflows/build-macos-wheels.yml
+ 1
- 1
.github/workflows/build-linux-wheels.yml
Vedi File
@@ -10,7 +10,7 @@ jobs:
- name: Build manylinux1 Python wheels
uses: RalfG/python-wheels-manylinux-build@0c24cb31441c7a1e6ea90d6a6408d406b2fee279
with:
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38'
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
cp39-cp39
'
- name: Move to dist/
run: |
mkdir -p dist
+ 1
- 1
.github/workflows/build-macos-wheels.yml
Vedi File
@@ -7,7 +7,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8
, 3.9
]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Scrivi
Anteprima
Caricamento…
Annulla
Salva