Skip to content

Commit fe85acf

Browse files
committed
Temporarily remove 3.13 from CI pending pytest-dev/pyfakefs#1017
1 parent 5ddcc22 commit fe85acf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14+
# Temporarily remove 3.13 pending:
15+
# https://github.com/pytest-dev/pyfakefs/issues/1017
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1517

1618
steps:
1719
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)