File tree 3 files changed +7
-40
lines changed
3 files changed +7
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 34
34
'requests >= 2.20; python_version >= "3.0"' ,
35
35
"setuptools>=41.0.1" ,
36
36
],
37
- python_requires = ">=3.7 " ,
37
+ python_requires = ">=3.10 " ,
38
38
project_urls = {
39
39
"Bug Tracker" : (
40
40
"https://github.com/listennotes/" "podcast-api-python/issues"
49
49
"Operating System :: OS Independent" ,
50
50
"Programming Language :: Python" ,
51
51
"Programming Language :: Python :: 3" ,
52
- "Programming Language :: Python :: 3.7" ,
53
- "Programming Language :: Python :: 3.8" ,
54
- "Programming Language :: Python :: 3.9" ,
55
52
"Programming Language :: Python :: 3.10" ,
53
+ "Programming Language :: Python :: 3.11" ,
54
+ "Programming Language :: Python :: 3.12" ,
55
+ "Programming Language :: Python :: 3.13" ,
56
56
"Programming Language :: Python :: Implementation :: PyPy" ,
57
57
"Topic :: Software Development :: Libraries :: Python Modules" ,
58
58
],
Original file line number Diff line number Diff line change 7
7
envlist =
8
8
fmt
9
9
lint
10
- py{310,39,38,37 }
10
+ py{310,311,312,313 }
11
11
skip_missing_interpreters = true
12
12
13
13
[tool:pytest]
@@ -30,14 +30,14 @@ passenv = LDFLAGS,CFLAGS
30
30
31
31
[testenv:fmt]
32
32
description = run code formatting using black
33
- basepython = python3.8
33
+ basepython = python3.10
34
34
deps = black ==22.3.0
35
35
commands = black . {posargs}
36
36
skip_install = true
37
37
38
38
[testenv:lint]
39
39
description = run static analysis and style check using flake8
40
- basepython = python3.8
40
+ basepython = python3.10
41
41
deps = flake8
42
42
commands = python -m flake8 --show-source listennotes tests setup.py --max-line-length =100
43
43
skip_install = true
You can’t perform that action at this time.
0 commit comments