Skip to content

Commit

Permalink
docs: remove section
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Dec 15, 2023
1 parent 32ecd55 commit 40ec1b0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![actions](https://github.com/PokeAPI/pokebase/actions/workflows/unit.yml/badge.svg)](https://github.com/PokeAPI/pokebase/actions/workflows/unit.yml)
[![Python 3.6 pypi](https://img.shields.io/badge/Python%203.6%20pypi-1.3.0-blue.svg)](https://pypi.python.org/pypi/pokebase)
[![Python >=3.8 github](https://img.shields.io/badge/Python%20>=3.8%20github-1.4.0-blue.svg)](https://pypi.python.org/pypi/pokebase)
[![Python >=3.8 github](https://img.shields.io/badge/Python%20>=3.8%20github-1.4.0-blue.svg)](https://github.com/PokeAPI/pokebase#version-support)

pokebase is a simple but powerful Python interface to the [PokéAPI
database](https://pokeapi.co/)
Expand All @@ -11,13 +11,10 @@ Maintainer: [GregHilmes](https://github.com/GregHilmes)

## Installation

`pip install pokebase`

It can't get much easier than that.

### Version Support

pokebase 1.3.0 supports Python 3.6
pokebase 1.3.0 supports Python 3.6. Install it with `pip install pokebase`

pokebase 1.4.0 drops support for Python 3.6 and adds support for Python
\>=3.8 \<=3.12. Install it with
Expand Down

0 comments on commit 40ec1b0

Please sign in to comment.