Skip to content

Commit

Permalink
Test against Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Dec 18, 2020
1 parent c1f68d2 commit 541c91a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@ language: python
sudo: false
dist: bionic
env:
- REDIS_PY="3.5.0"
- REDIS_PY="3.5.3"
python:
- 3.8
- 3.9
jobs:
include:
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9
- python: pypy3
- env: REDIS_PY="2.10.6"
- env: REDIS_PY="3.0.1"
- env: REDIS_PY="3.1.0"
- env: REDIS_PY="3.2.1"
- env: REDIS_PY="3.3.11"
- env: REDIS_PY="3.4.1"
- env: REDIS_PY="3.5.0"
- env: REDIS_PY="3.5.3"
- env: REDIS_PY="3.5.*" COVERAGE="yes"
cache:
- pip
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
],
python_requires='>=3.5',
install_requires=[
Expand Down

0 comments on commit 541c91a

Please sign in to comment.