Skip to content

Commit

Permalink
🔖 Dropping Python 3.3 support
Browse files Browse the repository at this point in the history
Due to a lack of importlib
  • Loading branch information
bbelyeu committed Mar 8, 2018
1 parent 3c61a10 commit 8a9e86e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -3,6 +3,10 @@
[![Build Status](https://travis-ci.org/bbelyeu/flask-statsdclient.svg?branch=master)](https://travis-ci.org/bbelyeu/flask-statsdclient)
[![Coverage Status](https://coveralls.io/repos/github/bbelyeu/flask-statsdclient/badge.svg?branch=master)](https://coveralls.io/github/bbelyeu/flask-statsdclient?branch=master)

## Requirements

This project requires Python 3.5+ and Flask 0.12. Test builds in Travis CI test 3.5 & 3.6.

## Installation

To install it, simply run
Expand Down Expand Up @@ -31,8 +35,6 @@ You may modify the host, port and prefix with ``STATSD_HOST``, ``STATSD_PORT`` a

## Development

This project was written and tested with Python 3.6.

On a mac you can use the following commands to get up and running.
``` bash
brew install python3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,9 +6,9 @@

setup(
name='Flask-StatsDClient',
version='1.1.0',
version='2.0.0',
url='https://github.com/bbelyeu/flask-statsdclient',
download_url='https://github.com/bbelyeu/flask-statsdclient/archive/1.1.0.zip',
download_url='https://github.com/bbelyeu/flask-statsdclient/archive/2.0.0.zip',
license='MIT',
author='Brad Belyeu',
author_email='bradleylamar@gmail.com',
Expand Down

0 comments on commit 8a9e86e

Please sign in to comment.