summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-06-28 10:07:31 +0200
committerIlya Etingof <etingof@gmail.com>2018-06-29 09:33:44 +0200
commit88327eddc9f10d8583396d408ad519e0f2244540 (patch)
treef95584a9414b4b117ef71f8c1159ca9362d702b4 /README.md
parentc59447fd73668d3d5381d091d9c7e525572fb8fc (diff)
downloadpyasn1-git-88327eddc9f10d8583396d408ad519e0f2244540.tar.gz
bumped up to Python 3.7
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe5ad9a..4b31129 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Features
* Generic implementation of ASN.1 types (X.208)
* Standards compliant BER/CER/DER codecs
* Dumps/loads ASN.1 structures from Python types
-* 100% Python, works with Python 2.4 up to Python 3.6
+* 100% Python, works with Python 2.4 up to Python 3.7
* MT-safe
* Contributed ASN.1 compiler [Asn1ate](https://github.com/kimgr/asn1ate)