Skip to content

Commit

Permalink
deps: min python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Jun 2, 2024
1 parent f5524bf commit 3c2c32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "waybar-crypto"
description = "A Waybar module for displaying cryptocurrency market information from CoinMarketCap."
authors = [{ name = "Ross", email = "[email protected]" }]
license = { file = "LICENSE.md" }
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = ["requests"]
dynamic = ["version", "readme"]

Expand Down

0 comments on commit 3c2c32b

Please sign in to comment.