Skip to content

Commit

Permalink
raise minimum python to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheftel committed Aug 15, 2021
1 parent ce3e24e commit 1ecb0ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Market calendars to use with pandas for trading applications.
.. image:: https://badge.fury.io/py/pandas-market-calendars.svg
:target: https://badge.fury.io/py/pandas-market-calendars

.. image:: https://travis-ci.org/rsheftel/pandas_market_calendars.svg?branch=master
:target: https://travis-ci.org/rsheftel/pandas_market_calendars
.. image:: https://travis-ci.com/rsheftel/pandas_market_calendars.svg?branch=master
:target: https://travis-ci.com/rsheftel/pandas_market_calendars

.. image:: https://coveralls.io/repos/github/rsheftel/pandas_market_calendars/badge.svg?branch=master
:target: https://coveralls.io/github/rsheftel/pandas_market_calendars?branch=master
Expand Down
1 change: 1 addition & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Updates
2.0.2 (8/16/21)
~~~~~~~~~~~~~~~
- Updated to work with pandas 1.3
- Raise minimum python to 3.7

2.0.1 (5/20/21)
~~~~~~~~~~~~~~~
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
VERSION = '2.0.2'

# requirements
REQUIRED_PYTHON = '>=3.6.0'
REQUIRED_PYTHON = '>=3.7.0'
REQUIRED_PACKAGES = ['pandas>=0.18', 'pytz', 'python-dateutil', 'exchange_calendars']

# Package meta-data
Expand Down Expand Up @@ -62,7 +62,6 @@
'License :: OSI Approved :: MIT License',

# Specify the Python versions you support here.
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit 1ecb0ed

Please sign in to comment.