Bump python version to 3.10 (#333)

* Bump python version to 3.10

* Fix python version in CI config

* Bump to python 3.10.6
This commit is contained in:
Sascha Ißbrücker
2022-09-04 10:05:29 +02:00
committed by GitHub
parent 38f4dd2bea
commit 3aca790212
5 changed files with 5 additions and 7 deletions

View File

@@ -140,10 +140,10 @@ JetBrains provides an open-source license of [IntelliJ IDEA](https://www.jetbrai
## Development
The application is open source, so you are free to modify or contribute. The application is built using the Django web framework. You can get started by checking out the excellent Django docs: https://docs.djangoproject.com/en/3.2/. The `bookmarks` folder contains the actual bookmark application, `siteroot` is the Django root application. Other than that the code should be self-explanatory / standard Django stuff 🙂.
The application is open source, so you are free to modify or contribute. The application is built using the Django web framework. You can get started by checking out the excellent [Django docs](https://docs.djangoproject.com/en/4.1/). The `bookmarks` folder contains the actual bookmark application, `siteroot` is the Django root application. Other than that the code should be self-explanatory / standard Django stuff 🙂.
### Prerequisites
- Python 3
- Python 3.10
- Node.js
### Setup