File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22
33[ ![ PyPI version] ( https://img.shields.io/pypi/v/lithic.svg )] ( https://pypi.org/project/lithic/ )
44
5- The Lithic Python library provides convenient access to the Lithic REST API from any Python 3.7 +
5+ The Lithic Python library provides convenient access to the Lithic REST API from any Python 3.8 +
66application. The library includes type definitions for all request params and response fields,
77and offers both synchronous and asynchronous clients powered by [ httpx] ( https://github.com/encode/httpx ) .
88
@@ -452,7 +452,7 @@ print(lithic.__version__)
452452
453453## Requirements
454454
455- Python 3.7 or higher.
455+ Python 3.8 or higher.
456456
457457## Contributing
458458
Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ dependencies = [
1616 " sniffio" ,
1717 " cached-property; python_version < '3.8'" ,
1818]
19- requires-python = " >= 3.7 "
19+ requires-python = " >= 3.8 "
2020classifiers = [
2121 " Typing :: Typed" ,
2222 " Intended Audience :: Developers" ,
23- " Programming Language :: Python :: 3.7" ,
2423 " Programming Language :: Python :: 3.8" ,
2524 " Programming Language :: Python :: 3.9" ,
2625 " Programming Language :: Python :: 3.10" ,
@@ -139,7 +138,7 @@ filterwarnings = [
139138# there are a couple of flags that are still disabled by
140139# default in strict mode as they are experimental and niche.
141140typeCheckingMode = " strict"
142- pythonVersion = " 3.7 "
141+ pythonVersion = " 3.8 "
143142
144143exclude = [
145144 " _dev" ,
You can’t perform that action at this time.
0 commit comments