Support using Python 3.12 with Khoj

- RapidOCR for indexing image PDFs doesn't currently support python 3.12.
  It's an optional dependency anyway, so only install it if python < 3.12
- Run unit tests with python version 3.12 as well

Resolves #522
This commit is contained in:
Debanjum Singh Solanky
2024-04-07 10:37:54 +05:30
parent 86c831f7e2
commit 14fbf594b2
2 changed files with 5 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
services:
postgres: