remove python 3.9 beta from travis build matrix

idk why it breaks pillow, and i can't reproduce it outside of travis, so
i'm going to assume this is not my bug
This commit is contained in:
codl 2020-06-01 14:17:32 +02:00
parent 5cf0efe05d
commit d1f02513d6
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ python:
- 3.6 - 3.6
- 3.7 - 3.7
- 3.8 - 3.8
- 3.9-dev
install: install:
- pip install -r requirements.txt -r requirements-dev.txt - pip install -r requirements.txt -r requirements-dev.txt
- nvm install 10 - nvm install 10

View File

@ -19,7 +19,6 @@ Forget is a post deleting service for Twitter and Mastodon. It lives at
* Redis * Redis
* Python 3.6+ * Python 3.6+
* Node.js 10+ * Node.js 10+
* NPM
### Set up venv ### Set up venv