Skip to content

Commit

Permalink
update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKueltz committed Jul 14, 2021
1 parent 7315fa3 commit b627b98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: xenial
language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- nightly
before_install:
- sudo apt-get install python-dev libgmp3-dev
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [2.1.6]
## [2.2.0]
### Added
- Support for python3.9

### Removed
- Support for python3.5

### Fixed
- Reading and writing keys to disk using encoders that output bytes (PR #62)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def run(self):
'Intended Audience :: Developers',
'Topic :: Security :: Cryptography',
'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
'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',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
],
Expand Down

0 comments on commit b627b98

Please sign in to comment.