Skip to content

Commit

Permalink
Merge 2fd0f4b into 462cf39
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Nov 13, 2019
2 parents 462cf39 + 2fd0f4b commit d6d17a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,12 +1,12 @@
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- 3.7-dev
- '3.8'
- 3.8-dev
- 3.9-dev
- nightly
- pypy
- pypy3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,10 +41,10 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit d6d17a7

Please sign in to comment.