Skip to content

Commit a658b2a

Browse files
committed
correct build badge and python version support in README
1 parent 2197c7d commit a658b2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ gspread-dataframe
44
.. image:: https://badge.fury.io/py/gspread-dataframe.svg
55
:target: https://badge.fury.io/py/gspread-dataframe
66

7-
.. image:: https://app.travis-ci.com/robin900/gspread-dataframe.svg?branch=master
8-
:target: https://travis-ci.com/robin900/gspread-dataframe
7+
.. image:: https://github.com/robin900/gspread-dataframe/actions/workflows/python-package.yml/badge.svg?branch=master
8+
:target: https://github.com/robin900/gspread-dataframe/actions/workflows/python-package.yml
99

1010
.. image:: https://img.shields.io/pypi/dm/gspread-dataframe.svg
1111
:target: https://pypi.org/project/gspread-dataframe
@@ -72,7 +72,8 @@ Installation
7272
Requirements
7373
~~~~~~~~~~~~
7474

75-
* Python 2.7, 3+
75+
* Python 3 only, for releases 4.0.0 and later
76+
* Python 2.7 and 3 for releases prior to 4.0.0
7677
* gspread (>=3.0.0; to use older versions of gspread, use gspread-dataframe releases of 2.1.1 or earlier)
7778
* Pandas >= 0.24.0
7879

0 commit comments

Comments
 (0)