Skip to content

Commit

Permalink
Merge pull request #39 from stefankoegl/python-3.8
Browse files Browse the repository at this point in the history
Python 3.8 & 3.9
  • Loading branch information
stefankoegl committed Mar 13, 2021
2 parents 99f28ac + 3b84fd3 commit 17f004d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- 3.7-dev
- 3.8-dev
- '3.8'
- '3.9'
- 3.10-dev
- nightly
- pypy
- pypy3
install:
- travis_retry pip install coveralls
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@
'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 :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit 17f004d

Please sign in to comment.