1 parent 1312c42 commit be102b5Copy full SHA for be102b5
2 files changed
README.md
@@ -21,7 +21,7 @@ It supports:
21
Quickstart
22
----------
23
24
-Using [uvx](https://docs.astral.sh/uv/guides/tools/) or [pipx](https://pipx.pypa.io/latest/docs/):
+Using [uvx](https://docs.astral.sh/uv/guides/tools/):
25
26
```shell
27
$ uvx gambaterm myrom.gbc
pyproject.toml
@@ -12,7 +12,7 @@ name = "gambaterm"
12
version = "0.13.0"
13
description = "A terminal frontend for gambatte game boy color emulator"
14
readme = "README.md"
15
-requires-python = ">=3.7"
+requires-python = ">=3.9"
16
license = "GPL-3.0-only"
17
authors = [
18
{name = "Vincent Michel", email = "vxgmichel@gmail.com"}
0 commit comments