Releases: CheetahTemplate3/cheetah3
Releases · CheetahTemplate3/cheetah3
3.3.1
Bug fixes:
- Fixed
ImportHooks
under PyPy3.
Tests:
- Run tests with PyPy3.
CI:
-
Use
conda
to install older PythonsUbuntu >= 22 and
setup-python
dropped Pythons < 3.7.
Uses-weigand/setup-conda
instead ofsetup-python
.
3.3.1a0
Bug fixes:
- Fixed
ImportHooks
under PyPy3.
Tests:
- Run tests with PyPy3.
CI:
-
Use
conda
to install older PythonsUbuntu >= 22 and
setup-python
dropped Pythons < 3.7.
Uses-weigand/setup-conda
instead ofsetup-python
.
3.3.0.post1
Tests:
-
Run tests with Python 3.11.
-
Fix DeprecationWarning:
unittest.findTestCases()
is deprecated. Use
unittest.TestLoader.loadTestsFromModule()
instead.
CI:
- Publish wheels at Github Releases.