Skip to content

Commit

Permalink
Remove Python 3.7 and 3.8 environments from CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Jun 25, 2024
1 parent 7c0eb47 commit e794fd7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 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"]
exclude:
# Python 3.11 build on macOS times out for some reason
# xref https://github.com/coiled/dask-snowflake/pull/56
Expand Down
18 changes: 0 additions & 18 deletions ci/environment-3.7.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions ci/environment-3.8.yaml

This file was deleted.

0 comments on commit e794fd7

Please sign in to comment.