Skip to content

Releases: fedora-python/tox-github-action

Fedora 42

24 Nov 15:51

Choose a tag to compare

  • Uses Fedora 42 as the base container image.
  • Python 3.8 is no longer available.
  • PyPy 3.9 is no longer available
  • Freethreading Python is available (3.14t and 3.15t)
  • Python 3.14 is now the default tox environment if none is configured.

Fedora 41

13 May 12:42

Choose a tag to compare

What's Changed

  • Update to Fedora 41 and Python 3.13 as the default by @hroncok in #36

Fedora 39

22 May 23:08

Choose a tag to compare

Uses Fedora 39 as the base container image.

Fedora 38

14 Dec 13:48

Choose a tag to compare

  • Uses Fedora 38 as the base container image.
  • PyPy 3.8 is no longer available.

Fedora 37

16 May 14:39
c61622a

Choose a tag to compare

  • Uses Fedora 37 as the base container image.
  • PyPy 3.7 is no longer available.

Fedora 36

12 Apr 15:20

Choose a tag to compare

  • Uses Fedora 36 as the base container image.

Fedora 35, 1st amendment

12 Apr 15:18

Choose a tag to compare

  • Allows to run tests from a subdirectory via workdir.

Fedora 35

12 Apr 15:17

Choose a tag to compare

  • Uses Fedora 35 as the base container image.
  • No longer supports Python 3.5 and PyPy 3.6.
  • Newly supports PyPy 3.7, 3.8 and 3.9.

Fedora 34

12 Apr 15:17
2855a21

Choose a tag to compare

  • First version pinned explicitly to Fedora 34.

Did Not Fail

02 Sep 17:03
9f7d1ff

Choose a tag to compare

  • The new dnf_install input allows installing RPM packages
  • Documentation and self-test improvements