Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

### 1. Prerequisites

- **Python (>= v3.7)**
- **PyPi (>= v21)**
- **Python (>= v3.8)**
- **PyPi (>= v23)**

### 2. Install onion-config package

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"pydantic-settings",
"custom-config",
],
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"python-dotenv>=1.0.0,<2.0.0",
"PyYAML>=6.0.1,<7.0",
Expand All @@ -47,7 +47,6 @@
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down