Increment version to 0.2.6 for Python 3.14 support

Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-23 11:46:08 +00:00
parent 44b9779ecf
commit d928e7e0bd
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
A command-line tool that combines package installation and requirements.txt management. Install, update, or remove Python packages and their dependencies with automatic requirements.txt handling.
Compatible with Python 3.9, 3.10, 3.11, 3.12, and 3.13.
Compatible with Python 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14.
[![codecov](https://codecov.io/gh/pacnpal/pip-add/graph/badge.svg?token=ATTR6TXNUL)](https://codecov.io/gh/pacnpal/pip-add)
@@ -18,7 +18,7 @@ Compatible with Python 3.9, 3.10, 3.11, 3.12, and 3.13.
- Creates requirements.txt if it doesn't exist
- Support for custom requirements file paths
- Smart detection of multiple requirements files
- Full support for Python 3.8, 3.9, 3.10, 3.11, 3.12, and 3.13
- Full support for Python 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14
## Installation
@@ -192,7 +192,7 @@ The tool is designed to safely handle dependencies:
## Requirements
- Python 3.11, 3.12, or 3.13
- Python 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, or 3.14
- pip
- setuptools