Update other references to Python version
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-08-22 13:45:36 +02:00
parent e6f821e1db
commit d1397f56f8
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ pre-commit = "==2.21.0"
reuse = "==4.0.3"
[requires]
python_version = "3.9"
python_version = "3.10"
[scripts]
clean = "rm data/ki.sqlite"

4
Pipfile.lock generated
View File

@@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
"sha256": "9dbe1a2f4aaaca2e5ea20641725c8afbdcf48ca6ac73be0314d6dba38232e8a2"
"sha256": "d02162eab1995247a9fd1bdd475877457c277b2a8c608a4df0366126b1051ed1"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.9"
"python_version": "3.10"
},
"sources": [
{

View File

@@ -39,7 +39,7 @@ Folgende Kanäle gibt es für die Kommunikation über das Kompetenzinventar:
### Abhängigkeiten
- Python 3.9
- Python 3.10
- [Pipenv](https://github.com/pypa/pipenv)