Skip to content

Commit 7fc19df

Browse files
authored
test python 3.10 binder (AntSimi#186)
Update setup.cfg
1 parent c455bc6 commit 7fc19df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.8
6+
- python=3.10
77
- ffmpeg
88
- pip:
99
- -r requirements.txt

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ column_limit = 100
55
[flake8]
66
max-line-length = 140
77
ignore =
8-
E203, # whitespace before ':'
9-
W503, # line break before binary operator
8+
E203,
9+
W503,
1010
exclude=
1111
build
1212
doc

0 commit comments

Comments
 (0)