diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7925d3c..fd31921 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "pypy3.9"] + python-version: ["3.10", "3.11", "3.12", "pypy3.10"] xcbver: [xcb-proto-1.15.2, xcb-proto-1.16.0, master] steps: - uses: actions/checkout@v3