Skip to content

Commit 6d217d7

Browse files
authored
Merge pull request #12 from bybatkhuu/develop
🐛 Removed not supporting old python version.
2 parents 01af954 + ff29489 commit 6d217d7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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",
@@ -45,7 +45,6 @@
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",

0 commit comments

Comments
 (0)