Skip to content

Commit

Permalink
Temporarily remove 3.13 from CI pending pytest-dev/pyfakefs#1017
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 25, 2024
1 parent 5ddcc22 commit fe85acf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
# 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"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fe85acf

Please sign in to comment.