Skip to content

Commit 57b7381

Browse files
Remove any references to Python 3.8 (#1888)
1 parent b5f9391 commit 57b7381

File tree

3 files changed

+1
-32
lines changed

3 files changed

+1
-32
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup conda
3333
uses: conda-incubator/setup-miniconda@v3
3434
with:
35-
environment-file: ci/environment-py38.yml
35+
environment-file: ci/environment-linux.yml
3636
python-version: ${{ matrix.PY }}
3737

3838
- name: Run Tests
@@ -75,22 +75,6 @@ jobs:
7575
python-version: "3.11"
7676
- uses: pre-commit/action@main
7777

78-
# typecheck:
79-
# runs-on: ubuntu-latest
80-
# steps:
81-
# - name: Checkout
82-
# uses: actions/checkout@v4
83-
#
84-
# - name: Setup conda
85-
# uses: conda-incubator/setup-miniconda@v3
86-
# with:
87-
# environment-file: ci/environment-typecheck.yml
88-
#
89-
# - name: mypy
90-
# shell: bash -l {0}
91-
# run: |
92-
# mypy fsspec
93-
#
9478
downstream:
9579
name: downstream
9680
runs-on: ubuntu-24.04
File renamed without changes.

ci/environment-typecheck.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)