Skip to content

Commit

Permalink
Updating CI (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski authored Jun 26, 2024
1 parent 7c0eb47 commit 59c83b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Tests
on:
push:
workflow_dispatch:

jobs:
test:
runs-on: ${{ matrix.os }}
Expand All @@ -14,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
exclude:
# Python 3.11 build on macOS times out for some reason
# xref https://github.com/coiled/dask-snowflake/pull/56
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.7.yaml → ci/environment-3.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
# Required
- python=3.7
- python=3.12
- dask
- distributed
# `pandas=2.2` dropped support for `sqlalchemy<2`, but `snowflake-sqlalchemy`
Expand Down
18 changes: 0 additions & 18 deletions ci/environment-3.8.yaml

This file was deleted.

0 comments on commit 59c83b4

Please sign in to comment.