Skip to content

Commit

Permalink
test with python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 18, 2024
1 parent 09569d4 commit 94e651d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["2.7", "3.4"]
python: ["2.7", "3.5"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
# if: matrix.python != '2.7'
if: matrix.python != '2.7'
name: Install Python ${{ matrix.python }}
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 94e651d

Please sign in to comment.