Skip to content

Commit 1aa8d3f

Browse files
Remove any references to Python 3.8
1 parent b669a80 commit 1aa8d3f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
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-py39.yml
3636
python-version: ${{ matrix.PY }}
3737

3838
- name: Run Tests
File renamed without changes.

ci/environment-typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- mypy=1.4.1
66
- pyarrow
7-
- python=3.8
7+
- python=3.9
88
- pip
99
- pip:
1010
- types-paramiko

0 commit comments

Comments
 (0)