File tree Expand file tree Collapse file tree 3 files changed +7
-40
lines changed Expand file tree Collapse file tree 3 files changed +7
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3434 'requests >= 2.20; python_version >= "3.0"' ,
3535 "setuptools>=41.0.1" ,
3636 ],
37- python_requires = ">=3.7 " ,
37+ python_requires = ">=3.10 " ,
3838 project_urls = {
3939 "Bug Tracker" : (
4040 "https://github.com/listennotes/" "podcast-api-python/issues"
4949 "Operating System :: OS Independent" ,
5050 "Programming Language :: Python" ,
5151 "Programming Language :: Python :: 3" ,
52- "Programming Language :: Python :: 3.7" ,
53- "Programming Language :: Python :: 3.8" ,
54- "Programming Language :: Python :: 3.9" ,
5552 "Programming Language :: Python :: 3.10" ,
53+ "Programming Language :: Python :: 3.11" ,
54+ "Programming Language :: Python :: 3.12" ,
55+ "Programming Language :: Python :: 3.13" ,
5656 "Programming Language :: Python :: Implementation :: PyPy" ,
5757 "Topic :: Software Development :: Libraries :: Python Modules" ,
5858 ],
Original file line number Diff line number Diff line change 77envlist =
88 fmt
99 lint
10- py{310,39,38,37 }
10+ py{310,311,312,313 }
1111skip_missing_interpreters = true
1212
1313[tool:pytest]
@@ -30,14 +30,14 @@ passenv = LDFLAGS,CFLAGS
3030
3131[testenv:fmt]
3232description = run code formatting using black
33- basepython = python3.8
33+ basepython = python3.10
3434deps = black ==22.3.0
3535commands = black . {posargs}
3636skip_install = true
3737
3838[testenv:lint]
3939description = run static analysis and style check using flake8
40- basepython = python3.8
40+ basepython = python3.10
4141deps = flake8
4242commands = python -m flake8 --show-source listennotes tests setup.py --max-line-length =100
4343skip_install = true
You can’t perform that action at this time.
0 commit comments