File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ ubuntu-latest, macOS-latest ]
15
- python-version : [ "3.7 ", "3.8 ", "3.9 " ]
15
+ python-version : [ "3.8 ", "3.9 ", "3.10 " ]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -37,14 +37,13 @@ classifiers =
37
37
packages =
38
38
thumbnails
39
39
install_requires =
40
- av ==8.0.0; sys_platform=='win32'
41
- av ==9.2.0; sys_platform!='win32'
40
+ av>=11.0.0
42
41
click>=8.0.3
43
42
imageio-ffmpeg>=0.4.7
44
43
imageio>=2.23.0
45
44
pillow>=8.4.0
46
- rich> =13.0.0
47
- python_requires = >=3.7
45
+ rich = =13.0.0
46
+ python_requires = >=3.8
48
47
package_dir =
49
48
=src
50
49
zip_safe = no
Original file line number Diff line number Diff line change 22
22
from .thumbnail import ThumbnailVTT
23
23
from .thumbnail import register_thumbnail
24
24
25
- __version__ = "0.1.11 "
25
+ __version__ = "0.1.12 "
26
26
__all__ = (
27
27
"Generator" ,
28
28
"Thumbnail" ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
- minversion = 3.7 .0
2
+ minversion = 3.8 .0
3
3
envlist =
4
- python3.7
5
4
python3.8
6
5
python3.9
6
+ python3.10
7
7
isolated_build = true
8
8
9
9
[testenv]
You can’t perform that action at this time.
0 commit comments