test: update python to 3.10 and 3.11 inside CI (#2803)

* test: update python to 3.10 and 3.11 inside CI

* fixup!
This commit is contained in:
dni ⚡ 2024-12-11 09:39:25 +01:00 committed by GitHub
parent c18816bf1b
commit 57e9d2271d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 14 deletions

View file

@ -4,7 +4,7 @@ inputs:
python-version:
description: "Python Version"
required: true
default: "3.9"
default: "3.10"
poetry-version:
description: "Poetry Version"
default: "1.7.0"