Skip to content

Commit

Permalink
Test Python 3.13 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Aug 5, 2024
2 parents 40fd999 + 9cf6a3f commit f874c28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f874c28

Please sign in to comment.