Skip to content

Commit

Permalink
build: use python 3.12 (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Mannocci <[email protected]>
  • Loading branch information
amannocci authored Dec 30, 2024
1 parent 3712866 commit 81f19db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.10
3.12.8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## :package: Prerequisites

- [Python 3.11+](https://docs.python.org/3/) for development.
- [Python 3.12+](https://docs.python.org/3/) for development.
- [uv](https://docs.astral.sh/uv/) for build system.
- [Podman](https://podman.io/docs) for container packaging.
- [pre-commit](https://pre-commit.com/) for git management.
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = { text = "Apache-2.0" }
readme = "README.md"
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.11,<3.14"
requires-python = ">=3.12,<3.14"
dependencies = [
"click>=8.1.7", # BSD
"dataclasses-json>=0.6.7", # MIT
Expand Down Expand Up @@ -50,7 +50,7 @@ default-groups = ["dev", "build"]

[tool.pyright] # Ref: https://zed.dev/docs/languages/python#virtual-environments
include = ["terranova", "scripts"]
pythonVersion = "3.11"
pythonVersion = "3.12"
pythonPlatform = "All"
typeCheckingMode = "standard"
venvPath = "."
Expand Down
49 changes: 1 addition & 48 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81f19db

Please sign in to comment.