Skip to content

Releases: CheetahTemplate3/cheetah3

3.3.1

25 Dec 16:08
3.3.1
Compare
Choose a tag to compare

Bug fixes:

  • Fixed ImportHooks under PyPy3.

Tests:

  • Run tests with PyPy3.

CI:

  • Use conda to install older Pythons

    Ubuntu >= 22 and setup-python dropped Pythons < 3.7.
    Use s-weigand/setup-conda instead of setup-python.

3.3.1a0

17 Dec 22:43
3.3.1a0
Compare
Choose a tag to compare
3.3.1a0 Pre-release
Pre-release

Bug fixes:

  • Fixed ImportHooks under PyPy3.

Tests:

  • Run tests with PyPy3.

CI:

  • Use conda to install older Pythons

    Ubuntu >= 22 and setup-python dropped Pythons < 3.7.
    Use s-weigand/setup-conda instead of setup-python.

3.3.0.post1

26 Nov 11:41
3.3.0.post1
Compare
Choose a tag to compare

Tests:

  • Run tests with Python 3.11.

  • Fix DeprecationWarning: unittest.findTestCases() is deprecated. Use
    unittest.TestLoader.loadTestsFromModule() instead.

CI:

  • Publish wheels at Github Releases.