Skip to content

Commit f874c28

Browse files
authored
Test Python 3.13 (#26)
2 parents 40fd999 + 9cf6a3f commit f874c28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
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"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1715

1816
steps:
1917
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)