diff --git a/.github/workflows/run-testdataset.yml b/.github/workflows/run-testdataset.yml index 40b72aa..fba03e8 100644 --- a/.github/workflows/run-testdataset.yml +++ b/.github/workflows/run-testdataset.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 26a8f69..a745386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.9,<3.14" numpy = ">=1.20.0,<3" pandas = ">1.3.0,<3.0.0" networkx = ">=2.8,<4"