0.3.4
0.3.4 Release Notes
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, >=3.8
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
What's Changed
- drop formal support for python 3.7 by @mmckerns in #41
- define html_theme as rtd workaround by @mmckerns in #42
- update install doc in tests by @mmckerns in #43
- use raw string to avoid SyntaxWarning in python 3.12 by @mmckerns in #44
- formal support for 3.12, initial support for 3.13 by @mmckerns in #45
- add build to rtfd config by @mmckerns in #46
- updated copyright for 2024 by @mmckerns in #47
- Bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in #48
- update sphinx to 6.2.1 by @mmckerns in #49
- Bump urllib3 from 2.0.4 to 2.0.7 in /docs by @dependabot in #50
- Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in #51
Full Changelog: pox-0.3.3...0.3.4