Skip to content

Commit be102b5

Browse files
committed
Bump requires-python
1 parent 1312c42 commit be102b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It supports:
2121
Quickstart
2222
----------
2323

24-
Using [uvx](https://docs.astral.sh/uv/guides/tools/) or [pipx](https://pipx.pypa.io/latest/docs/):
24+
Using [uvx](https://docs.astral.sh/uv/guides/tools/):
2525

2626
```shell
2727
$ uvx gambaterm myrom.gbc

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "gambaterm"
1212
version = "0.13.0"
1313
description = "A terminal frontend for gambatte game boy color emulator"
1414
readme = "README.md"
15-
requires-python = ">=3.7"
15+
requires-python = ">=3.9"
1616
license = "GPL-3.0-only"
1717
authors = [
1818
{name = "Vincent Michel", email = "vxgmichel@gmail.com"}

0 commit comments

Comments
 (0)