Browse Source

drop support of python 3.4

Bastien Sevajol 5 years ago
parent
commit
2bf383da07
2 changed files with 3 additions and 2 deletions
  1. 0 1
      .travis.yml
  2. 3 1
      README.md

+ 0 - 1
.travis.yml View File

@@ -1,7 +1,6 @@
1 1
 sudo: false
2 2
 language: python
3 3
 python:
4
-  - "3.4"
5 4
   - "3.5"
6 5
   - "3.6"
7 6
 

+ 3 - 1
README.md View File

@@ -34,6 +34,8 @@ Hapic source code is ready for production. Some refactoring are identified and r
34 34
 
35 35
 Hapic is under active development, based on Algoo projects. We will answer your questions and accept merge requests if you find bugs or want to include functionnalities.
36 36
 
37
+Hapic is currently tested on python 3.5 and 3.6.
38
+
37 39
 ## TODO references
38 40
 
39 41
 TODO can make reference to #X, this is github issues references.
@@ -168,4 +170,4 @@ Features shown :
168 170
 - managing output schema
169 171
 - management of error cases (404, 500, etc)
170 172
 - nice exception handling
171
-- automatic dict/object serialization
173
+- automatic dict/object serialization