Skip to content

Commit

Permalink
fix(breaking): only support python >=3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Nov 22, 2024
1 parent d19ef90 commit ac21a9f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 247 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![PyPi version](https://img.shields.io/pypi/v/geckoterminal-api)](https://pypi.python.org/pypi/geckoterminal-api/)
[![Downloads](https://static.pepy.tech/badge/geckoterminal-api)](https://pepy.tech/project/geckoterminal-api)
[![Python 3.10](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-3100/)
[![Python 3.12](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/release/python-3120/)
[![codecov](https://codecov.io/gh/dineshpinto/geckoterminal-api/graph/badge.svg?token=JQLPDDAFX0)](https://codecov.io/gh/dineshpinto/geckoterminal-api)
[![API unittest](https://github.com/dineshpinto/geckoterminal-api/actions/workflows/unittests.yml/badge.svg)](https://github.com/dineshpinto/geckoterminal-api/actions/workflows/unittests.yml)

Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ keywords = [
]
readme = "README.md"
authors = [{ name = "Dinesh Pinto", email = "annual.fallout_0z@icloud.com" }]
requires-python = ">=3.10"
requires-python = ">=3.12"
dependencies = ["aiohttp>=3.11.7", "requests>=2.32.3"]

[project.urls]
Homepage = "https://github.com/dineshpinto/geckoterminal-api"
Repository = "https://github.com/dineshpinto/geckoterminal-api"

[dependency-groups]
dev = [
"pyright>=1.1.389",
Expand Down
Loading

0 comments on commit ac21a9f

Please sign in to comment.