File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 max-parallel : 4
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- python-version : [3.8, 3.9]
16+ python-version : [" 3.8", " 3.9", "3.10", "3.11" ]
1717
1818 steps :
1919 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Examples
3030========
3131
3232Methods and arguments are the same as the JSON-RPC procedures described in the
33- `official documentation <https://docs.kanboard.org/en/latest/ api/index.html >`_.
33+ `official documentation <https://docs.kanboard.org/v1/ api/ >`_.
3434
3535Python methods are dynamically mapped to the API procedures. **You must use named arguments. **
3636
@@ -101,5 +101,5 @@ to ``create_project`` can be made asynchronous by calling ``create_project_async
101101 project_id = loop.run_until_complete(call_within_function())
102102
103103
104- See the `official API documentation <https://docs.kanboard.org/en/latest/ api/index.html >`_ for the complete list of
104+ See the `official API documentation <https://docs.kanboard.org/v1/ api/ >`_ for the complete list of
105105methods and arguments.
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ def readme():
4646 'Natural Language :: English' ,
4747 'License :: OSI Approved :: MIT License' ,
4848 'Programming Language :: Python' ,
49- 'Programming Language :: Python :: 3.5' ,
5049 'Programming Language :: Python :: 3.6' ,
5150 'Programming Language :: Python :: 3.7' ,
5251 'Programming Language :: Python :: 3.8' ,
5352 'Programming Language :: Python :: 3.9' ,
5453 'Programming Language :: Python :: 3.10' ,
54+ 'Programming Language :: Python :: 3.11' ,
5555 ]
5656)
You can’t perform that action at this time.
0 commit comments