File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ jobs:
442442
443443 - uses : actions/setup-python@v4
444444 with :
445- python-version : 3.12.0-beta.3
445+ python-version : " 3.12-dev "
446446
447447 - name : Checkout server
448448 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ Overview
1515========
1616
1717The main goal of this project is to provide a fast and easy way to develop and deploy Python applications for Nextcloud.
18- Option to use it as a client library is a beneficial side effect.
19- The code is unified, and the code base for both modes is the same. Tests are carried out for both modes.
18+ The option to use it as a client library is a beneficial side effect.
19+ The code is unified, and the codebase for both modes is the same. Tests are carried out for both modes.
2020
21- If you have any questions or corrections to the documentation,
22- we would be glad to address your questions in discussions, corrections in pull requests, and complex problems in issues.
21+ If you have any questions or corrections regarding the documentation,
22+ we would be glad to address them in discussions, incorporate corrections through pull requests,
23+ and handle complex problems through issues.
2324
2425Have a great time with Python and Nextcloud!
2526
You can’t perform that action at this time.
0 commit comments