Skip to content

Commit

Permalink
bump python support for 3.12 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrodnek authored Sep 17, 2024
1 parent 57ff9d6 commit 1983e82
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 128 deletions.
29 changes: 15 additions & 14 deletions examples/poetry.lock

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

4 changes: 2 additions & 2 deletions examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.10,<3.13"
pyview-web = {path = "..", develop = true}
aiohttp = "^3.10.2"
aiohttp = "^3.10.5"
pillow = "^10.4.0"

[tool.poetry.group.dev.dependencies]
Expand Down
Loading

0 comments on commit 1983e82

Please sign in to comment.