Skip to content

Commit

Permalink
add 0.23 build to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Apr 20, 2020
1 parent 202daef commit acffc4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.6]
python: [3.8]
env:
PYTHON: ${{ matrix.python }}
steps:
Expand Down Expand Up @@ -120,8 +120,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.8]
pandas: ["latest"]
python: [3.6]
pandas: ["latest", "0.23"]
env:
PYTHON: ${{ matrix.python }}
PANDAS: ${{ matrix.pandas }}
Expand Down

0 comments on commit acffc4f

Please sign in to comment.