File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ It is a `Loguru` based custom logging package for python projects.
3131
3232### 1. Prerequisites
3333
34- - ** Python (>= v3.7 )**
35- - ** PyPi (>= v21 )**
34+ - ** Python (>= v3.8 )**
35+ - ** PyPi (>= v23 )**
3636
3737### 2. Install beans-logging package
3838
Original file line number Diff line number Diff line change 3434 "print" ,
3535 "custom-logging" ,
3636 ],
37- python_requires = ">=3.7 " ,
37+ python_requires = ">=3.8 " ,
3838 install_requires = [
3939 "PyYAML>=6.0,<7.0" ,
4040 "pydantic>=2.1.1,<3.0.0" ,
4545 "Intended Audience :: Developers" ,
4646 "Topic :: Software Development :: Build Tools" ,
4747 "License :: OSI Approved :: MIT License" ,
48- "Programming Language :: Python :: 3.7" ,
4948 "Programming Language :: Python :: 3.8" ,
5049 "Programming Language :: Python :: 3.9" ,
5150 "Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments