diff --git a/.github/workflows/linux_tests.yml b/.github/workflows/linux_tests.yml index 3aca96eef..fad13dd67 100644 --- a/.github/workflows/linux_tests.yml +++ b/.github/workflows/linux_tests.yml @@ -84,7 +84,7 @@ jobs: max-parallel: 5 matrix: os: [ubuntu-24.04] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] needs: [create_test_data_ttls] steps: - uses: actions/checkout@v4