We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b669a80 commit 1aa8d3fCopy full SHA for 1aa8d3f
.github/workflows/main.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup conda
33
uses: conda-incubator/setup-miniconda@v3
34
with:
35
- environment-file: ci/environment-py38.yml
+ environment-file: ci/environment-py39.yml
36
python-version: ${{ matrix.PY }}
37
38
- name: Run Tests
ci/environment-py38.yml renamed to ci/environment-py39.yml
ci/environment-typecheck.yml
@@ -4,7 +4,7 @@ channels:
4
dependencies:
5
- mypy=1.4.1
6
- pyarrow
7
- - python=3.8
+ - python=3.9
8
- pip
9
- pip:
10
- types-paramiko
0 commit comments