chore: update Python version to 3.11 in CI and project files; remove outdated CONTRIBUTING and SECURITY documents

This commit is contained in:
bohd4nx
2026-06-27 02:25:09 +03:00
parent 4539dc9803
commit ef831d12a0
10 changed files with 20 additions and 249 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v6
with:
python-version: "3.10"
python-version: "3.11"
cache: pip
- run: pip install ".[dev]"
@@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v6