Skip to content

Commit

Permalink
ci: move tests from python version 3.6 and 3.9 to 3.8 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jan 20, 2023
1 parent 6c484e4 commit 8cf4ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.9"]
python-version: ["3.8", "3.10"]
runs-on: [ubuntu-latest] #, macos-latest, windows-latest]

# does not work with pyarrow atm
Expand Down

0 comments on commit 8cf4ae6

Please sign in to comment.