Skip to content

Commit

Permalink
Change to python ^3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil committed Jul 17, 2024
1 parent e3b2cc4 commit 83e7a60
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
31 changes: 29 additions & 2 deletions poetry.lock

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

12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
[tool.poetry]
authors = ["dunderrrrrr <[email protected]>"]
description = ""
description = "A python API wrapper for blocket.se"
name = "blocket_api"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"

[tool.poetry.dependencies]
httpx = "^0.27.0"
python = "^3.12"
python = "^3.10"
pre-commit = "^3.7.1"
ruff = "^0.5.2"

[project.urls]
Homepage = "https://github.com/dunderrrrrr/blocket_api"
Repository = "https://github.com/dunderrrrrr/blocket_api"
Documentation = "https://github.com/dunderrrrrr/blocket_api/blob/main/README.md"
Issues = "https://github.com/dunderrrrrr/blocket_api/issues"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

0 comments on commit 83e7a60

Please sign in to comment.