Revert computer-server to py310

This commit is contained in:
Dillon DuPont
2025-05-28 08:56:08 -04:00
parent ba68e85ba9
commit b9d3fdabd7
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
publish:
needs: prepare

View File

@@ -64,7 +64,7 @@ api = "python -m computer_server"
[tool.ruff]
line-length = 100
target-version = "py311"
target-version = "py310"
select = ["E", "F", "B", "I"]
fix = true
@@ -73,7 +73,7 @@ docstring-code-format = true
[tool.mypy]
strict = true
python_version = "3.11"
python_version = "3.10"
ignore_missing_imports = true
disallow_untyped_defs = true
check_untyped_defs = true