diff --git a/.github/workflows/python3.yaml b/.github/workflows/python3.yaml index 501b0898..1af3bd81 100644 --- a/.github/workflows/python3.yaml +++ b/.github/workflows/python3.yaml @@ -12,10 +12,14 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10"] - twisted-version: [tx18, tx19, tx20, tx21] + twisted-version: [tx18, tx19, tx20, tx21, tx22, tx23, tx24] include: - python-version: "3.11" - twisted-version: "tx22" + twisted-version: "tx24" + - python-version: "3.12" + twisted-version: "tx24" + - python-version: "3.13" + twisted-version: "tx24" steps: - uses: actions/checkout@v2