**Note**: this release has been yanked from PyPI due to `89 <https://github.com/gabrielcnr/pytest-datadir/issues/89>`__.
*2025-02-07*
- Fixed compatibility with ``pytest-describe``. - ``original_datadir`` fixture is now ``module``-scoped.
1.5.0
------------------
- Added support for Python 3.11 and 3.12. - Dropped support for Python 3.7. - Fix handling of UNC paths on Windows (`33 <https://github.com/gabrielcnr/pytest-datadir/issues/33>`__).
1.4.1
------------------
- Replace usage of ``tmpdir`` by ``tmp_path`` (`48 <https://github.com/gabrielcnr/pytest-datadir/pull/48>`__).
1.4.0
------------------
- Fix package so the ``LICENSE`` file is no longer in the root of the package. - Python 3.9 and 3.10 are now officially supported. - Python 2.7, 3.4 and 3.5 are no longer supported.
1.3.1
------------------
- Add testing for Python 3.7 and 3.8. - Add ``python_requires`` to ``setup.py`` so ``pip`` will not try to install ``pytest-datadir`` in incompatible Python versions.