diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22209d4..ee40ea1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,6 @@ jobs: - '3.10' - '3.11' - '3.12' - - '3.13' steps: - name: Checkout code diff --git a/pyproject.toml b/pyproject.toml index 3b86016..9e8b0ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tagpack-tool = { git = "https://github.com/graphsense/graphsense-tagpack-tool", legacy_tox_ini = """ [tox] skipsdist=True -envlist = py310,py311,py312,py313 +envlist = py310,py311,py312 ;requires=tox-venv [gh-actions] @@ -44,7 +44,6 @@ python = 3.10: py310 3.11: py311 3.12: py312 - 3.13: py313 [testenv] runner = uv-venv-lock-runner