Skip to content

Commit e8b7dbf

Browse files
authored
Merge branch 'main' into show-tracebacks
2 parents 4b82b2a + 9ad179a commit e8b7dbf

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
21-
python-version: ['3.6', '3.7', '3.8']
21+
python-version: ['3.7', '3.8', '3.9']
2222

2323
steps:
2424
- uses: actions/checkout@v2

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.19.4
25+
rev: v2.21.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66

77
dependencies:
8-
- python
8+
- python=3.6
99
- pip
1010
- setuptools_scm
1111
- toml
@@ -37,7 +37,6 @@ dependencies:
3737
- pdbpp
3838
- pre-commit
3939
- pytest-cov
40-
- versioneer
4140

4241
# Documentation
4342
- numpydoc

0 commit comments

Comments
 (0)