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
 sudo: false
1
 sudo: false
2
 language: python
2
 language: python
3
 python:
3
 python:
4
-  - "3.4"
5
   - "3.5"
4
   - "3.5"
6
   - "3.6"
5
   - "3.6"
7
 
6
 

+ 3 - 1
README.md View File

34
 
34
 
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.
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
 ## TODO references
39
 ## TODO references
38
 
40
 
39
 TODO can make reference to #X, this is github issues references.
41
 TODO can make reference to #X, this is github issues references.
168
 - managing output schema
170
 - managing output schema
169
 - management of error cases (404, 500, etc)
171
 - management of error cases (404, 500, etc)
170
 - nice exception handling
172
 - nice exception handling
171
-- automatic dict/object serialization
173
+- automatic dict/object serialization