Skip to content

Commit

Permalink
reprep 0.20.3 (#260) (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala authored Oct 27, 2022
1 parent cb1540e commit 96531c9
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 100 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9"] # "3.10" add back after pyeapi new release.
runs-on: "ubuntu-20.04"
env:
PYTHON_VER: "${{ matrix.python-version }}"
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9"] # "3.10" add back after pyeapi new release.
runs-on: "ubuntu-20.04"
env:
PYTHON_VER: "${{ matrix.python-version }}"
Expand Down
Loading

0 comments on commit 96531c9

Please sign in to comment.