diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c8f57e..e304d19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v6 - uses: astral-sh/setup-uv@v8.2.0 @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v6 - uses: astral-sh/setup-uv@v8.2.0 diff --git a/pyproject.toml b/pyproject.toml index 0385e7a..291cc73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "psy-taliro" version = "2.0.0" description = "Search-based test generation framework" readme = "README.md" -requires-python = ">=3.10,<3.13" +requires-python = ">=3.10" license-files = ["LICENSE"] keywords = [] authors = [