Skip to content

Commit

Permalink
Add support of python 3.8 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djailla authored and jpadilla committed Dec 27, 2019
1 parent 806fe6a commit 09f2e20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ matrix:
env: TOXENV=py36-crypto,py36-nocrypto,py36-contrib_crypto
- python: 3.7
env: TOXENV=lint,typing,py37-crypto,py37-nocrypto,py37-contrib_crypto
- python: 3.8
env: TOXENV=py38-crypto,py38-nocrypto,py38-contrib_crypto
install:
- pip install -U pip
- pip install -U tox coveralls
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def get_version(package):
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Utilities",
],
python_requires=">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
envlist =
lint
typing
py{35,36,37}-crypto
py{35,36,37}-contrib_crypto
py{35,36,37}-nocrypto
py{35,36,37,38}-crypto
py{35,36,37,38}-contrib_crypto
py{35,36,37,38}-nocrypto


[testenv]
Expand Down

0 comments on commit 09f2e20

Please sign in to comment.