Skip to content

Commit

Permalink
Update to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Mar 1, 2024
1 parent 6012fc2 commit d1e98a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/powershell:1": {},
"ghcr.io/devcontainers/features/python:1": {
"version": 3.11,
"version": 3.12,
"toolsToInstall": "pipx, poetry",
"installTools": true,
"optimize": false,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "LICENSE"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.11"
python = ">=3.12"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.1"
Expand Down

0 comments on commit d1e98a3

Please sign in to comment.