diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a43c6a15..df037692 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: "python ${{ matrix.python-version }}" strategy: matrix: - python-version: [pypy-3.9, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] + python-version: [pypy-3.9, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v3 - name: Set up python ${{ matrix.python-version }}