diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3c5285..e60773b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 54b8aa2..4d2db79 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A powerful, htop-style terminal UI for managing shell aliases. Never forget a command again! -![Python](https://img.shields.io/badge/python-v3.8+-blue.svg) +![Python](https://img.shields.io/badge/python-v3.10+-blue.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg) ![Shell](https://img.shields.io/badge/shell-bash%20|%20zsh%20|%20fish-lightgrey.svg) ![CI](https://github.com/YOUR_FORK_USERNAME/alix-cli/workflows/CI/badge.svg) diff --git a/pyproject.toml b/pyproject.toml index afe8def..0590bad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Interactive alias manager for your shell" authors = [{name = "TheDevOpsBlueprint"}] readme = "README.md" license = {text = "MIT"} -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = [ "click>=8.0.0", "rich>=13.0.0", @@ -39,7 +39,7 @@ testpaths = ["tests"] [tool.black] line-length = 120 -target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] +target-version = ['py310', 'py311', 'py312', 'py313'] [tool.flake8] max-line-length = 120