Skip to content

Commit

Permalink
Skip Python 3.9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Sep 21, 2020
1 parent d0e171e commit f7f9e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,6 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9-dev
- pypy3.6-7.1.1

install:
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Innerself

[![Python Version](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%20PyPy-blue)](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%20PyPy-blue)
[![Python Version](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%20PyPy-blue)](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%20PyPy-blue)
[![Version](https://img.shields.io/pypi/v/innerself.svg)](https://pypi.org/project/innerself/)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/eriknw/innerself/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/eriknw/innerself.svg?branch=master)](https://travis-ci.org/eriknw/innerself)
Expand Down Expand Up @@ -30,4 +30,4 @@ True
>>> hasattr(zen, 'anger')
False
```
**To install:** `pip install innerself`
**To install:** `pip install innerself`

0 comments on commit f7f9e66

Please sign in to comment.