chore: lower requires-python to >=3.12 for broader compatibility (#52)

* chore: lower requires-python to >=3.12 for broader compat * chore: update .python-version to 3.12

Onyeka Nwokike committed Jun 11, 2026 at 00:06 UTC 3e93d1eefd71d6bbee477125c08d0c98bb998b58
2 files changed +2 -2
.python-version
+1 -1
@@ -1 +1 @@
1 -3.13
1 +3.12
pyproject.toml
+1 -1
@@ -3,7 +3,7 @@ name = "google-colab-cli"
3 dynamic = ["version"]
4 description = "CLI for interacting with Colab."
5 readme = "README.md"
6 -requires-python = ">=3.13"
6 +requires-python = ">=3.12"
7 license = "Apache-2.0"
8 license-files = ["LICENSE"]
9 keywords = [