File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
matrix :
12
12
python-version :
13
- - " 3.7"
14
- - " 3.8"
15
13
- " 3.9"
16
14
- " 3.10"
17
15
- " 3.11"
Original file line number Diff line number Diff line change 42
42
entry : pyupgrade
43
43
language : system
44
44
types : [python]
45
- args : [--py37 -plus]
45
+ args : ["--py39 -plus" ]
46
46
- id : trailing-whitespace
47
47
name : Trim Trailing Whitespace
48
48
entry : trailing-whitespace-fixer
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [
11
11
{
name =
" Matthew Hanson" ,
email =
" [email protected] " },
12
12
]
13
13
description = " STAC Items in the terminal"
14
- requires-python = " >=3"
14
+ requires-python = " >=3.9 "
15
15
keywords = [
16
16
" stac" ,
17
17
]
@@ -20,8 +20,6 @@ classifiers = [
20
20
" Intended Audience :: Information Technology" ,
21
21
" Intended Audience :: Science/Research" ,
22
22
" License :: OSI Approved :: MIT License" ,
23
- " Programming Language :: Python :: 3.7" ,
24
- " Programming Language :: Python :: 3.8" ,
25
23
" Programming Language :: Python :: 3.9" ,
26
24
" Programming Language :: Python :: 3.10" ,
27
25
" Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments