update
This commit is contained in:
parent
56344910a1
commit
58bbd979c3
3 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
devShells.default = let
|
devShells.default = let
|
||||||
python = pkgs.python312.withPackages (
|
python = pkgs.python311.withPackages (
|
||||||
ps:
|
ps:
|
||||||
with ps; [
|
with ps; [
|
||||||
# poetry-core
|
# poetry-core
|
||||||
|
|
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -3,5 +3,5 @@ package = []
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.11"
|
||||||
content-hash = "34e39677d8527182346093002688d17a5d2fc204b9eb3e094b2e6ac519028228"
|
content-hash = "81b2fa642d7f2d1219cf80112ace12d689d053d81be7f7addb98144d56fc0fb2"
|
||||||
|
|
|
@ -6,7 +6,7 @@ authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.12"
|
python = "^3.11"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
@ -22,7 +22,7 @@ force_sort_within_sections = true
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
pythonVersion = "3.12"
|
pythonVersion = "3.11"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Reference in a new issue