Skip to content

Commit

Permalink
Update ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz committed Jul 1, 2023
1 parent ca43cbd commit ac1563c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
python-version: ["3.11", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
include:
- os: macos-latest
python-version: 3.9
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
# os: [ubuntu-latest, windows-latest]
os: [windows-latest, ubuntu-latest]
python-version: [3.7, 3.8]
python-version: [3.8, ]
ft-version: [0.27]
woodwork-version: [0.13.0]
dask-version: [2021.1.1, 2021.7.2]
Expand Down

0 comments on commit ac1563c

Please sign in to comment.