pytest-dev / pyfakefs

Provides a fake file system that mocks the Python file system modules.
https://pytest-pyfakefs.readthedocs.io
Apache License 2.0
651 stars 91 forks source link

Add Python 3.13 to supported versions #1071

Closed mrbean-bremen closed 1 month ago

mrbean-bremen commented 1 month ago

Using allow-prereleases makes sure the released version is used as soon as available. Currently still using rc3, which should be identical to the release version.

Tasks