File tree 5 files changed +18
-11
lines changed
5 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial
1
+ dist : bionic
2
2
language : python
3
3
4
4
python :
5
5
- 2.7
6
- - 3.4
7
6
- 3.5
8
7
- 3.6
9
8
- 3.7
10
- - 3.7-dev
11
- - 3.8-dev
12
- - pypy2.7-6.0
13
- - pypy3.5-6.0
9
+ - 3.8
10
+ - 3.9
11
+ - 3.9-dev
12
+ - pypy2.7
13
+ - pypy3.6
14
+ - pypy3.7
14
15
install :
15
16
- pip list
16
17
script :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ Changelog
2
2
---------
3
3
4
4
5
+ 2.x.x (unreleased)
6
+ ~~~~~~~~~~~~~~~~~~
7
+
8
+ * Drop support for Python 3.4
9
+
10
+
5
11
2.1.9 (2019-10-02)
6
12
~~~~~~~~~~~~~~~~~~
7
13
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ Odooly carries three completing uses:
27
27
28
28
Key features:
29
29
30
- - provides an API very close to the Odoo API 8.0 , through JSON-RPC and XML-RPC
31
- - compatible with OpenERP 6.1 through Odoo 12 .0
30
+ - provides an API very close to the Odoo API, through JSON-RPC and XML-RPC
31
+ - compatible with OpenERP 6.1 through Odoo 15 .0
32
32
- single executable ``odooly.py ``, no external dependency
33
33
- helpers for ``search ``, for data model introspection, etc...
34
34
- simplified syntax for search ``domain `` and ``fields ``
35
35
- full API accessible on the ``Client.env `` environment
36
36
- the module can be imported and used as a library: ``from odooly import Client ``
37
- - supports Python 3.4 and above, and Python 2.7
37
+ - supports Python 3.5 and above, and Python 2.7
38
38
39
39
40
40
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Source code
11
11
* `Source code <https://github.com/tinyerp/odooly >`_ and
12
12
`issue tracker <https://github.com/tinyerp/odooly/issues >`_ on GitHub.
13
13
* `Continuous tests <http://travis-ci.org/tinyerp/odooly >`_ against Python
14
- 2.7, 3.4 through 3.8 and PyPy, on `Travis-CI platform
14
+ 2.7, 3.5 through 3.9 and PyPy, on `Travis-CI platform
15
15
<http://about.travis-ci.org/> `_.
16
16
17
17
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ classifiers =
19
19
Programming Language :: Python :: 2
20
20
Programming Language :: Python :: 2.7
21
21
Programming Language :: Python :: 3
22
- Programming Language :: Python :: 3.4
23
22
Programming Language :: Python :: 3.5
24
23
Programming Language :: Python :: 3.6
25
24
Programming Language :: Python :: 3.7
26
25
Programming Language :: Python :: 3.8
26
+ Programming Language :: Python :: 3.9
27
27
Topic :: Software Development :: Libraries :: Python Modules
28
28
29
29
You can’t perform that action at this time.
0 commit comments