diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c2d790..388811d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,9 +11,7 @@ jobs: strategy: fail-fast: false matrix: - # Temporarily remove 3.13 pending: - # https://github.com/pytest-dev/pyfakefs/issues/1017 - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4