diff --git a/README.md b/README.md index 338d52b..d577e10 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A [Waybar](https://github.com/Alexays/Waybar) module for displaying cryptocurren ## Requirements -- `python` >=3.9 +- `python` >=3.10 - `python-requests` ## Installation diff --git a/pyproject.toml b/pyproject.toml index 516587f..3c5e95d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "waybar-crypto" description = "A Waybar module for displaying cryptocurrency market information from CoinMarketCap." authors = [{ name = "Ross", email = "git@ross.ch" }] license = { file = "LICENSE.md" } -requires-python = ">=3.8" +requires-python = ">=3.10" dependencies = ["requests"] dynamic = ["version", "readme"]