Skip to content

Commit 96531c9

Browse files
authored
reprep 0.20.3 (#260) (#261)
1 parent cb1540e commit 96531c9

File tree

4 files changed

+80
-100
lines changed

4 files changed

+80
-100
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: true
8585
matrix:
86-
python-version: ["3.7", "3.8", "3.9", "3.10"]
86+
python-version: ["3.7", "3.8", "3.9"] # "3.10" add back after pyeapi new release.
8787
runs-on: "ubuntu-20.04"
8888
env:
8989
PYTHON_VER: "${{ matrix.python-version }}"
@@ -156,7 +156,7 @@ jobs:
156156
strategy:
157157
fail-fast: true
158158
matrix:
159-
python-version: ["3.7", "3.8", "3.9", "3.10"]
159+
python-version: ["3.7", "3.8", "3.9"] # "3.10" add back after pyeapi new release.
160160
runs-on: "ubuntu-20.04"
161161
env:
162162
PYTHON_VER: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)