Mark cryptography as obsolete (#5619)

Bump version to 3.3 (last version before Python 2 removal)
This commit is contained in:
Sebastian Rittau
2021-06-12 09:51:53 +02:00
committed by GitHub
parent 72f4057d81
commit f28100af19

View File

@@ -1,3 +1,4 @@
version = "0.1"
version = "3.3"
python2 = true
requires = ["types-enum34", "types-ipaddress"]
obsolete_since = "3.4.4"