Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Python 3.3 #78

Merged

Conversation

vladimir-v-diaz
Copy link
Contributor

Fixes issue #:

The issue tracker does not have an issue for this task.

Description of the changes being introduced by the pull request:

'cryptography' version 2.0 officially dropped support for Python 3.3. Our Travis build is not affected by this backwards-incompatible change because we temporarily disabled Travis testing under Python 3.3. See issue #71.

This pull request removes support for Python 3.3 by excluding it from setup.py and tox.ini. The implementation of Issue #71 should exclude Python 3.3 from the Travis configuration file.

Please verify and check that the pull request fulfills the following
requirements
:

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

'cryptography' version 2.0 officially dropped support Python 3.3.
@vladimir-v-diaz vladimir-v-diaz merged commit f7f51ac into secure-systems-lab:master Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant