refactor:set min supported python version to 3.11

This commit is contained in:
Benexl
2025-08-18 13:19:56 +03:00
parent fbd95e1966
commit a10e56cb6f
5 changed files with 5 additions and 244 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11"] # List the Python versions you want to test
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4