Skip to content

Commit e757d47

Browse files
authored
Merge pull request #14 from rixwew/#12
2 parents c3499e7 + 26e590a commit e757d47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/actions/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
PYTHONS=("cp36-cp36m" "cp37-cp37m" "cp38-cp38")
3+
PYTHONS=("cp36-cp36m" "cp37-cp37m" "cp38-cp38", "cp39-cp39")
44

55
for PYTHON in ${PYTHONS[@]}; do
66
/opt/python/${PYTHON}/bin/pip install --upgrade pip

.github/workflows/build_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [macos-10.15]
1616
architecture: [x64]
17-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
17+
python-version: [3.6, 3.7, 3.8, 3.9]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/build_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [windows-2019]
1616
architecture: [x64, x86]
17-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
17+
python-version: [3.6, 3.7, 3.8, 3.9]
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)