This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
mwparserfromhell
огледало од
https://github.com/earwig/mwparserfromhell
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
24
Activity
Преглед изворни кода
Build wheels for Python 3.9 too
pull/262/head
Kunal Mehta
пре 3 година
родитељ
c1dabcfd66
комит
39092c557c
2 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build-linux-wheels.yml
+1
-1
.github/workflows/build-macos-wheels.yml
+ 1
- 1
.github/workflows/build-linux-wheels.yml
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -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 }}
Write
Preview
Loading…
Откажи
Сачувај