Skip to content

Commit

Permalink
Update python versions (#65)
Browse files Browse the repository at this point in the history
* Remove support for Python3.3 which has reached EOL
* Add support for Python3.7
  • Loading branch information
hardbyte authored Jul 31, 2018
1 parent 6e99be0 commit faed51b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ language: python
sudo: false

python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- '3.7-dev'
- 'nightly'
- 'pypy3'

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.4.1
=============

Remove support for Python 3.3.

Version 1.4.0 (2018-04-19)
=====

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
'Topic :: Security :: Cryptography',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
],
keywords="cryptography encryption homomorphic",
packages=find_packages(exclude=['tests*']),
Expand Down

0 comments on commit faed51b

Please sign in to comment.