We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fd999 commit 9cf6a3fCopy full SHA for 9cf6a3f
1 file changed
.github/workflows/test.yml
@@ -11,9 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
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"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
17
18
steps:
19
- uses: actions/checkout@v4
0 commit comments