Skip to content

Commit c2dee2b

Browse files
committed
drop Python 3.5
1 parent 3f659c3 commit c2dee2b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: python
33
python:
4-
- 3.5
54
- 3.6
65
- 3.7
76
- 3.8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cryptojwt
22

33
![License](https://img.shields.io/badge/license-Apache%202-blue.svg)
4-
![Python version](https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7%203.8-blue.svg)
4+
![Python version](https://img.shields.io/badge/python-3.6%20%7C%203.7%203.8-blue.svg)
55

66
An implementation of the JSON cryptographic specs JWS, JWE, JWK, and JWA [RFC 7515-7518] and JSON Web Token (JWT) [RFC 7519]
77

0 commit comments

Comments
 (0)