Skip to content

Commit 6ceb1fc

Browse files
authored
docs: add supported python version badge (#59)
1 parent 32c1bba commit 6ceb1fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ Plays nicely with `graphene`, `graphql-core`, `graphql-js` and any other GraphQL
66
GQL architecture is inspired by `React-Relay` and `Apollo-Client`.
77

88
[![travis][travis-image]][travis-url]
9+
[![pyversion][pyversion-image]][pyversion-url]
910
[![pypi][pypi-image]][pypi-url]
1011
[![Anaconda-Server Badge][conda-image]][conda-url]
1112
[![coveralls][coveralls-image]][coveralls-url]
1213

1314
[travis-image]: https://img.shields.io/travis/graphql-python/gql.svg?style=flat
1415
[travis-url]: https://travis-ci.org/graphql-python/gql
16+
[pyversion-image]: https://img.shields.io/pypi/pyversions/gql
17+
[pyversion-url]: https://pypi.org/project/gql/
1518
[pypi-image]: https://img.shields.io/pypi/v/gql.svg?style=flat
16-
[pypi-url]: https://pypi.python.org/pypi/gql
19+
[pypi-url]: https://pypi.org/project/gql/
1720
[coveralls-image]: https://coveralls.io/repos/graphql-python/gql/badge.svg?branch=master&service=github
1821
[coveralls-url]: https://coveralls.io/github/graphql-python/gql?branch=master
19-
[conda-image]: https://anaconda.org/conda-forge/gql/badges/version.svg
22+
[conda-image]: https://img.shields.io/conda/vn/conda-forge/gql.svg
2023
[conda-url]: https://anaconda.org/conda-forge/gql
2124

2225
## Installation

0 commit comments

Comments
 (0)